* dbxread.c (read_dbx_symtab): Fix indentation.
[deliverable/binutils-gdb.git] / gdb / dbxread.c
index d94922e1f0b18fdb755efd8f7388b9239a573582..b0370dfc1adc6165bc3f9aa86a35f76dac9fe1cf 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
This page took 0.024761 seconds and 4 git commands to generate.