sim: use AS_HELP_STRING everywhere
[binutils-gdb.git] / sim / bfin / dv-bfin_trace.c
index 99dd1be114302202f6349f9b7cd89b4a0e176b8b..835822483c15c12ef84a220e6ce5039d8861126f 100644 (file)
@@ -1,6 +1,6 @@
 /* Blackfin Trace (TBUF) model.
 
-   Copyright (C) 2010-2011 Free Software Foundation, Inc.
+   Copyright (C) 2010-2015 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},
 };