valops.c: Fix some whitespace.
authorDoug Evans <xdje42@gmail.com>
Sat, 1 Nov 2014 03:20:48 +0000 (20:20 -0700)
committerDoug Evans <xdje42@gmail.com>
Sat, 1 Nov 2014 03:20:48 +0000 (20:20 -0700)
gdb/ChangeLog:

* valops.c (value_cast_pointers): Fix whitespace.
(typecmp, search_struct_method, value_struct_elt, find_oload_champ):
Ditto.

gdb/ChangeLog
gdb/valops.c

index 543dcb342c9536025f7c98a7119b3dfebaf0425d..2e7b8dc3a88c0c699761dbacbe7dbbced17b52c9 100644 (file)
@@ -1,3 +1,9 @@
+2014-10-31  Doug Evans  <xdje42@gmail.com>
+
+       * valops.c (value_cast_pointers): Fix whitespace.
+       (typecmp, search_struct_method, value_struct_elt, find_oload_champ):
+       Ditto.
+
 2014-10-30  Doug Evans  <dje@google.com>
 
        * NEWS: Mention ability add attributes to gdb.Objfile and
index 7f3e4f58c7b43c461370a37b61c1bf18e87d970c..c09e4fd0fc32768c2040b2b42560571bd570c870 100644 (file)
@@ -332,7 +332,7 @@ value_cast_pointers (struct type *type, struct value *arg2,
          deprecated_set_value_type (v, type);
          return v;
        }
-   }
+    }
 
   /* No superclass found, just change the pointer type.  */
   arg2 = value_copy (arg2);
@@ -1720,7 +1720,7 @@ typecmp (int staticp, int varargs, int nargs,
       tt2 = check_typedef (value_type (t2[i]));
 
       if (TYPE_CODE (tt1) == TYPE_CODE_REF
-      /* We should be doing hairy argument matching, as below.  */
+         /* We should be doing hairy argument matching, as below.  */
          && (TYPE_CODE (check_typedef (TYPE_TARGET_TYPE (tt1)))
              == TYPE_CODE (tt2)))
        {
@@ -2054,7 +2054,7 @@ search_struct_method (const char *name, struct value **arg1p,
 
          /* The virtual base class pointer might have been
             clobbered by the user program.  Make sure that it
-           still points to a valid memory location.  */
+            still points to a valid memory location.  */
 
          if (offset < 0 || offset >= TYPE_LENGTH (type))
            {
@@ -2184,8 +2184,8 @@ value_struct_elt (struct value **argp, struct value **args,
       return v;
     }
 
-    v = search_struct_method (name, argp, args, 0, 
-                             static_memfuncp, t);
+  v = search_struct_method (name, argp, args, 0, 
+                           static_memfuncp, t);
   
   if (v == (struct value *) - 1)
     {
@@ -3049,7 +3049,7 @@ find_oload_champ (struct value **args, int nargs,
            parm_types[jj] = (fns_ptr != NULL
                              ? (TYPE_FN_FIELD_ARGS (fns_ptr, ix)[jj].type)
                              : TYPE_FIELD_TYPE (SYMBOL_TYPE (oload_syms[ix]),
-                             jj));
+                                                jj));
        }
 
       /* Compare parameter types to supplied argument types.  Skip