2016-03-29 Don Breazeal <donb@codesourcery.com>
authorDon Breazeal <donb@codesourcery.com>
Tue, 29 Mar 2016 17:27:43 +0000 (10:27 -0700)
committerDon Breazeal <donb@codesourcery.com>
Tue, 29 Mar 2016 17:36:07 +0000 (10:36 -0700)
* gdb/value.c (value_actual_type): Fix formatting issue.

gdb/ChangeLog
gdb/value.c

index 32a3f779cb37c68a6028586fa360861f84500991..d0f8e7f6bb667d760c5d03184834802af3562e5f 100644 (file)
@@ -1,3 +1,7 @@
+2016-03-29  Don Breazeal  <donb@codesourcery.com>
+
+       * gdb/value.c (value_actual_type): Fix formatting issue.
+
 2016-03-24  Yao Qi  <yao.qi@linaro.org>
 
        * gdb.reverse/break-reverse.exp: Add quotation mark in the
index 738b2b27b5c47b7ebeec454ff7bd3157f8393f47..8268b0860ba98411347f5ab66dca48ca0d5f44ee 100644 (file)
@@ -1203,7 +1203,7 @@ value_actual_type (struct value *value, int resolve_simple_types,
       /* If result's target type is TYPE_CODE_STRUCT, proceed to
         fetch its rtti type.  */
       if ((TYPE_CODE (result) == TYPE_CODE_PTR
-         || TYPE_CODE (result) == TYPE_CODE_REF)
+          || TYPE_CODE (result) == TYPE_CODE_REF)
          && TYPE_CODE (check_typedef (TYPE_TARGET_TYPE (result)))
             == TYPE_CODE_STRUCT)
         {