Automatic date update in version.in
[platform/upstream/binutils.git] / sim / bfin / dv-bfin_wdog.c
index 7607df9..6a4d6e4 100644 (file)
@@ -1,6 +1,6 @@
 /* Blackfin Watchdog (WDOG) 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.
@@ -202,7 +202,8 @@ bfin_wdog_finish (struct hw *me)
   wdog->ctl = WDDIS;
 }
 
-const struct hw_descriptor dv_bfin_wdog_descriptor[] = {
+const struct hw_descriptor dv_bfin_wdog_descriptor[] =
+{
   {"bfin_wdog", bfin_wdog_finish,},
   {NULL, NULL},
 };