* c-varobj.c (cplus_number_of_children): Fix indentation.
+2013-10-18 Yao Qi <yao@codesourcery.com>
+
+ * c-varobj.c (cplus_number_of_children): Fix indentation.
+
2013-10-17 Tom Tromey <tromey@redhat.com>
PR gdb/15995:
}
adjust_value_for_child_access (&value, &type, NULL, lookup_actual_type);
- if (((TYPE_CODE (type)) == TYPE_CODE_STRUCT) ||
- ((TYPE_CODE (type)) == TYPE_CODE_UNION))
+ if (((TYPE_CODE (type)) == TYPE_CODE_STRUCT)
+ || ((TYPE_CODE (type)) == TYPE_CODE_UNION))
{
int kids[3];