PR c++/16597
[deliverable/binutils-gdb.git] / sim / bfin / dv-bfin_wp.c
index ba40026e9bd46c9899e760d7e077434d9933f6d1..c9acc65d5fae5fe3f577f799dd773189899ce6dc 100644 (file)
@@ -1,6 +1,6 @@
 /* Blackfin Watchpoint (WP) model.
 
-   Copyright (C) 2010-2011 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 Free Software Foundation, Inc.
    Contributed by Analog Devices, Inc.
 
    This file is part of simulators.
@@ -183,7 +183,8 @@ bfin_wp_finish (struct hw *me)
   attach_bfin_wp_regs (me, wp);
 }
 
-const struct hw_descriptor dv_bfin_wp_descriptor[] = {
+const struct hw_descriptor dv_bfin_wp_descriptor[] =
+{
   {"bfin_wp", bfin_wp_finish,},
   {NULL, NULL},
 };
This page took 0.023407 seconds and 4 git commands to generate.