Parcourir la source

fix misplaced indention in sys/procfs.h

Rich Felker il y a 8 ans
Parent
commit
093288dcb3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;