Copyright year update in most files of the GDB Project.
[deliverable/binutils-gdb.git] / sim / bfin / dv-bfin_trace.c
index 99dd1be114302202f6349f9b7cd89b4a0e176b8b..8951d797b517762ae455dd812097fe83fe524a8a 100644 (file)
@@ -1,6 +1,6 @@
 /* Blackfin Trace (TBUF) model.
 
-   Copyright (C) 2010-2011 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012 Free Software Foundation, Inc.
    Contributed by Analog Devices, Inc.
 
    This file is part of simulators.
@@ -200,7 +200,8 @@ bfin_trace_finish (struct hw *me)
   attach_bfin_trace_regs (me, trace);
 }
 
-const struct hw_descriptor dv_bfin_trace_descriptor[] = {
+const struct hw_descriptor dv_bfin_trace_descriptor[] =
+{
   {"bfin_trace", bfin_trace_finish,},
   {NULL, NULL},
 };
This page took 0.023838 seconds and 4 git commands to generate.