* dbxread.c (read_dbx_symtab): Fix indentation.
authorDoug Evans <dje@google.com>
Tue, 8 Jan 2008 17:14:28 +0000 (17:14 +0000)
committerDoug Evans <dje@google.com>
Tue, 8 Jan 2008 17:14:28 +0000 (17:14 +0000)
gdb/ChangeLog
gdb/dbxread.c

index 9052e28..5adc048 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-08  Doug Evans  <dje@google.com>
+
+       * dbxread.c (read_dbx_symtab): Fix indentation.
+
 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
 
        * Makefile.in (dfp.o): Depend on expression.h, gdbtypes.h and value.h.
index d94922e..b0370df 100644 (file)
@@ -1551,7 +1551,7 @@ read_dbx_symtab (struct objfile *objfile)
            if (tmp_language != language_unknown
                && (tmp_language != language_c
                    || psymtab_language != language_cplus))
-           psymtab_language = tmp_language;
+             psymtab_language = tmp_language;
 
            if (pst == NULL)
            {
@@ -1584,7 +1584,7 @@ read_dbx_symtab (struct objfile *objfile)
            if (tmp_language != language_unknown
                && (tmp_language != language_c
                    || psymtab_language != language_cplus))
-           psymtab_language = tmp_language;
+             psymtab_language = tmp_language;
 
            /* In C++, one may expect the same filename to come round many
               times, when code is coming alternately from the main file