Explorar el Código

fix misplaced indention in sys/procfs.h

Rich Felker hace 8 años
padre
commit
093288dcb3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;