Update years in copyright notice for the GDB files.
[deliverable/binutils-gdb.git] / sim / common / sim-engine.c
index 2d138e32d5a7bffca58e0aa947f840310e7b7052..000b473a416469c9886836dfc0421b76fc4e8e70 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic simulator halt/restart.
-   Copyright (C) 1997, 1998, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1997-2013 Free Software Foundation, Inc.
    Contributed by Cygnus Support.
 
 This file is part of GDB, the GNU debugger.
@@ -148,7 +148,7 @@ sim_engine_abort (SIM_DESC sd,
 {
   va_list ap;
   ASSERT (sd == NULL || STATE_MAGIC (sd) == SIM_MAGIC_NUMBER);
-  va_start(ap, fmt);
+  va_start (ap, fmt);
   sim_engine_vabort (sd, cpu, cia, fmt, ap);
   va_end (ap);
 }
This page took 0.023312 seconds and 4 git commands to generate.