]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcov.c (generate_results): Add missing semicolon and correct indent.
authorKai Tietz <ktietz@redhat.com>
Mon, 14 Nov 2011 16:38:23 +0000 (17:38 +0100)
committerKai Tietz <ktietz@gcc.gnu.org>
Mon, 14 Nov 2011 16:38:23 +0000 (17:38 +0100)
        * gcov.c (generate_results): Add missing semicolon and
        correct indent.

From-SVN: r181353

gcc/ChangeLog
gcc/gcov.c

index 8534bc675c9c076fe5d6a5fd0e2f8de52f3df0fe..23358a0fc66d2324e5d60916803db6d753c783b7 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-14  Kai Tietz  <ktietz@redhat.com>
+
+       * gcov.c (generate_results): Add missing semicolon and
+       correct indent.
+
 2011-11-14  Ira Rosen  <ira.rosen@linaro.org>
 
        PR bootstrap/51112
index 038c36d0ac1c6803315fd0740e582f7fb7367e8f..dffb827bdf78a34eb61a97f841de1a53e44f7573 100644 (file)
@@ -678,10 +678,10 @@ generate_results (const char *file_name)
       
 #if HAVE_DOS_BASED_FILE_SYSTEM
          if (first && src->coverage.name[1] == ':')
-           first = src->coverage.name[2]
+           first = src->coverage.name[2];
 #endif
-           if (IS_DIR_SEPARATOR (first))
-             continue;
+         if (IS_DIR_SEPARATOR (first))
+           continue;
        }
       
       accumulate_line_counts (src);