summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Roth <robert.roth.off@gmail.com>2016-11-27 20:10:00 +0200
committerRobert Roth <robert.roth.off@gmail.com>2016-11-27 20:10:00 +0200
commit70e00a0262d4b9a5bcb774dc785e50b3c72a6eae (patch)
tree2392230dd3834d6d54a3f046d3aacdf20b3aa176
parentf99bb61446226ec15f985933463ae0370883d7d0 (diff)
downloadlibgtop-70e00a0262d4b9a5bcb774dc785e50b3c72a6eae.tar.gz
Fixed indentation problem
-rw-r--r--sysdeps/linux/procstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/linux/procstate.c b/sysdeps/linux/procstate.c
index 3d6e477a..9fd173db 100644
--- a/sysdeps/linux/procstate.c
+++ b/sysdeps/linux/procstate.c
@@ -110,7 +110,7 @@ glibtop_get_proc_state_s (glibtop *server, glibtop_proc_state *buf, pid_t pid)
break;
}
- p = skip_multiple_token (p, 36);
+ p = skip_multiple_token (p, 36);
buf->last_processor = atoi (p);
p = skip_token (buffer); /* pid */