Fixed indentation problem

This commit is contained in:
Robert Roth
2016-11-27 20:10:00 +02:00
parent f99bb61446
commit 70e00a0262

View File

@@ -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 */