aboutsummaryrefslogtreecommitdiff
path: root/libgcc/libgcov-driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/libgcov-driver.c')
-rw-r--r--libgcc/libgcov-driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgcc/libgcov-driver.c b/libgcc/libgcov-driver.c
index 2ea3932..eaed5c8 100644
--- a/libgcc/libgcov-driver.c
+++ b/libgcc/libgcov-driver.c
@@ -720,7 +720,7 @@ __gcov_dump_one (struct gcov_root *root)
return;
gcov_do_dump (root->list, root->run_counted, 0);
-
+
root->dumped = 1;
root->run_counted = 1;
}
@@ -729,7 +729,7 @@ __gcov_dump_one (struct gcov_root *root)
struct gcov_root __gcov_root;
/* Exactly one of these will be live in the process image. */
-struct gcov_master __gcov_master =
+struct gcov_master __gcov_master =
{GCOV_VERSION, 0};
/* Dynamic pool for gcov_kvp structures. */