Browse Source

fix misplaced indention in sys/procfs.h

Rich Felker 8 years ago
parent
commit
093288dcb3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/sys/procfs.h

+ 1 - 1
include/sys/procfs.h

@@ -34,7 +34,7 @@ struct elf_prstatus {
 #define ELF_PRARGSZ 80
 
 struct elf_prpsinfo
-	{
+{
 	char pr_state;
 	char pr_sname;
 	char pr_zomb;