Automatic date update in version.in
[platform/upstream/binutils.git] / sim / bfin / dv-bfin_mmu.c
index f4e35f8..23b4464 100644 (file)
@@ -1,6 +1,6 @@
 /* Blackfin Memory Management Unit (MMU) 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.
@@ -256,7 +256,8 @@ bfin_mmu_finish (struct hw *me)
   mmu->imem_control = 0x00000001;
 }
 
-const struct hw_descriptor dv_bfin_mmu_descriptor[] = {
+const struct hw_descriptor dv_bfin_mmu_descriptor[] =
+{
   {"bfin_mmu", bfin_mmu_finish,},
   {NULL, NULL},
 };