diff options
Diffstat (limited to 'src/plugins/mactime/mactime_top.c')
-rw-r--r-- | src/plugins/mactime/mactime_top.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/mactime/mactime_top.c b/src/plugins/mactime/mactime_top.c index 60c3e5cca65..1517ec43e17 100644 --- a/src/plugins/mactime/mactime_top.c +++ b/src/plugins/mactime/mactime_top.c @@ -191,12 +191,10 @@ scrape_stats_segment (mt_main_t * mm) int i, j; vec_reset_length (pool_indices); - /* *INDENT-OFF* */ pool_foreach (dev, mm->devices) { vec_add1 (pool_indices, dev->pool_index); } - /* *INDENT-ON* */ /* Nothing to do... */ if (vec_len (pool_indices) == 0) @@ -440,12 +438,10 @@ print_device_table (mt_main_t * mm) mactime_device_t *dev; fformat (stdout, "%U", format_device, NULL /* header */, 0 /* verbose */); - /* *INDENT-OFF* */ pool_foreach (dev, mm->devices) { fformat (stdout, "%U", format_device, dev, 0 /* verbose */); } - /* *INDENT-ON* */ } int |