Implement Ada operator overloading
[deliverable/binutils-gdb.git] / gdb / regset.h
index d388e89d8b91389498eefb889221fa438fe641cb..0cdd2412f53db287043463311b228817a8574ae8 100644 (file)
@@ -1,6 +1,6 @@
 /* Manage register sets.
 
-   Copyright (C) 2003-2020 Free Software Foundation, Inc.
+   Copyright (C) 2003-2021 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -26,10 +26,10 @@ struct regcache;
 /* Data structure describing a register set.  */
 
 typedef void (supply_regset_ftype) (const struct regset *, struct regcache *,
-                                    int, const void *, size_t);
+                                   int, const void *, size_t);
 typedef void (collect_regset_ftype) (const struct regset *, 
-                                     const struct regcache *,
-                                     int, void *, size_t);
+                                    const struct regcache *,
+                                    int, void *, size_t);
 
 struct regset
 {
This page took 0.025302 seconds and 4 git commands to generate.