From a46d13325d23ddffbd9988fe531976c83b9ac9f6 Mon Sep 17 00:00:00 2001 From: David Bigagli <david@schedmd.com> Date: Fri, 6 Feb 2015 11:43:03 -0800 Subject: [PATCH] Fix indentation. --- src/plugins/jobacct_gather/common/common_jag.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/jobacct_gather/common/common_jag.c b/src/plugins/jobacct_gather/common/common_jag.c index 9a7b4883514..754d6bf8ff7 100644 --- a/src/plugins/jobacct_gather/common/common_jag.c +++ b/src/plugins/jobacct_gather/common/common_jag.c @@ -401,7 +401,7 @@ static int _get_process_io_data_line(int in, jag_prec_t *prec) { } static void _handle_stats(List prec_list, char *proc_stat_file, char *proc_io_file, - char *proc_smaps_file, jag_callbacks_t *callbacks) + char *proc_smaps_file, jag_callbacks_t *callbacks) { static int no_share_data = -1; static int use_pss = -1; @@ -507,7 +507,7 @@ static List _get_precs(List task_list, bool pgid_plugin, uint64_t cont_id, snprintf(proc_io_file, 256, "/proc/%d/io", pids[i]); snprintf(proc_smaps_file, 256, "/proc/%d/smaps", pids[i]); _handle_stats(prec_list, proc_stat_file, proc_io_file, - proc_smaps_file, callbacks); + proc_smaps_file, callbacks); } xfree(pids); } else { -- GitLab