Fix TCL error in gdb.python/py-format-string.exp.
[deliverable/binutils-gdb.git] / sim / common / hw-instances.h
index 2925dc711010509388f55bc2eb7fbc0aa0a8e51b..aeb1fb7385d13ced1c61b3783729f1f8e96f464b 100644 (file)
@@ -1,6 +1,6 @@
 /* The common simulator framework for GDB, the GNU Debugger.
 
-   Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc.
+   Copyright 2002-2020 Free Software Foundation, Inc.
 
    Contributed by Andrew Cagney and Red Hat.
 
@@ -134,7 +134,8 @@ int hw_instance_call_method
 /* Finally an instance of a hardware device - keep your grubby little
    mits off of these internals! :-) */
 
-struct hw_instance {
+struct hw_instance
+{
 
   void *data_of_instance;
   char *args_of_instance;
This page took 0.039832 seconds and 4 git commands to generate.