aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-06-25 23:11:33 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-06-27 13:52:34 -0300
commit98d223da37787b5c6844a9e4b2850af81f1bb4a9 (patch)
tree4bd65b0981071efdaeb2e50c4edfc6411fc67522 /src
parentgcov: fix build failure with gcc 11.1.0 (diff)
downloadfirejail-98d223da37787b5c6844a9e4b2850af81f1bb4a9.tar.gz
firejail-98d223da37787b5c6844a9e4b2850af81f1bb4a9.tar.zst
firejail-98d223da37787b5c6844a9e4b2850af81f1bb4a9.zip
gcov: fix indentation
Diffstat (limited to 'src')
-rw-r--r--src/firemon/netstats.c2
-rw-r--r--src/firemon/top.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/firemon/netstats.c b/src/firemon/netstats.c
index bc951aa26..205ad7601 100644
--- a/src/firemon/netstats.c
+++ b/src/firemon/netstats.c
@@ -247,7 +247,7 @@ void netstats(void) {
247 } 247 }
248 } 248 }
249#ifdef HAVE_GCOV 249#ifdef HAVE_GCOV
250 __gcov_flush(); 250 __gcov_flush();
251#endif 251#endif
252 } 252 }
253} 253}
diff --git a/src/firemon/top.c b/src/firemon/top.c
index d0f911e60..585fdcdab 100644
--- a/src/firemon/top.c
+++ b/src/firemon/top.c
@@ -331,7 +331,7 @@ void top(void) {
331 } 331 }
332 head_print(col, row); 332 head_print(col, row);
333#ifdef HAVE_GCOV 333#ifdef HAVE_GCOV
334 __gcov_flush(); 334 __gcov_flush();
335#endif 335#endif
336 } 336 }
337} 337}