fix misplaced indention in sys/procfs.h
diff --git a/include/sys/procfs.h b/include/sys/procfs.h
index f7936c4..2a92875 100644
--- a/include/sys/procfs.h
+++ b/include/sys/procfs.h
@@ -34,7 +34,7 @@
 #define ELF_PRARGSZ 80
 
 struct elf_prpsinfo
-	{
+{
 	char pr_state;
 	char pr_sname;
 	char pr_zomb;