perf sched: Clean up PID sorting logic
[safe/jmp/linux-2.6] / tools / perf / util / thread.h
index 634f280..665d1f3 100644 (file)
@@ -4,10 +4,10 @@
 #include "symbol.h"
 
 struct thread {
-       struct rb_node   rb_node;
-       struct list_head maps;
-       pid_t            pid;
-       char             *comm;
+       struct rb_node          rb_node;
+       struct list_head        maps;
+       pid_t                   pid;
+       char                    *comm;
 };
 
 int thread__set_comm(struct thread *self, const char *comm);