gdbserver: Fix style of struct declarations in i387-fp.cc
authorJohn Baldwin <jhb@FreeBSD.org>
Mon, 28 Aug 2023 21:18:19 +0000 (14:18 -0700)
committerJohn Baldwin <jhb@FreeBSD.org>
Mon, 28 Aug 2023 21:18:19 +0000 (14:18 -0700)
gdbserver/i387-fp.cc

index d3d1894accd62c28e91b6b1ee23f2c065780ad10..4229d60327e6dad1bc36b48c5f5a641316f22efd 100644 (file)
@@ -37,7 +37,8 @@ static x86_xsave_layout xsave_layout;
 /* These structs should have the proper sizes and alignment on both
    i386 and x86-64 machines.  */
 
-struct i387_fsave {
+struct i387_fsave
+{
   /* All these are only sixteen bits, plus padding, except for fop (which
      is only eleven bits), and fooff / fioff (which are 32 bits each).  */
   unsigned short fctrl;
@@ -57,7 +58,8 @@ struct i387_fsave {
   unsigned char st_space[80];
 };
 
-struct i387_fxsave {
+struct i387_fxsave
+{
   /* All these are only sixteen bits, plus padding, except for fop (which
      is only eleven bits), and fooff / fioff (which are 32 bits each).  */
   unsigned short fctrl;
@@ -83,7 +85,8 @@ struct i387_fxsave {
 
 gdb_static_assert (sizeof(i387_fxsave) == 416);
 
-struct i387_xsave : public i387_fxsave {
+struct i387_xsave : public i387_fxsave
+{
   unsigned char reserved1[48];
 
   /* The extended control register 0 (the XFEATURE_ENABLED_MASK