Skip to content
Snippets Groups Projects
Commit a46d1332 authored by David Bigagli's avatar David Bigagli
Browse files

Fix indentation.

parent 6b036010
No related branches found
No related tags found
No related merge requests found
...@@ -401,7 +401,7 @@ static int _get_process_io_data_line(int in, jag_prec_t *prec) { ...@@ -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, 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 no_share_data = -1;
static int use_pss = -1; static int use_pss = -1;
...@@ -507,7 +507,7 @@ static List _get_precs(List task_list, bool pgid_plugin, uint64_t cont_id, ...@@ -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_io_file, 256, "/proc/%d/io", pids[i]);
snprintf(proc_smaps_file, 256, "/proc/%d/smaps", pids[i]); snprintf(proc_smaps_file, 256, "/proc/%d/smaps", pids[i]);
_handle_stats(prec_list, proc_stat_file, proc_io_file, _handle_stats(prec_list, proc_stat_file, proc_io_file,
proc_smaps_file, callbacks); proc_smaps_file, callbacks);
} }
xfree(pids); xfree(pids);
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment