Browse Source

Fix indentation, fix signature issue

Signed-off-by: Aaron Hudson <aaron.hudson@student.nmt.edu>
Aaron Hudson 7 years ago
parent
commit
aaa401f81f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      sys/src/libacpi/acpica/acpiflags.json

+ 3 - 3
sys/src/libacpi/acpica/acpiflags.json

@@ -11,7 +11,7 @@
 		        "-D__HARVEY__",
 		        "-U_LINUX",
 		        "-U__linux__",
-                "-U__FreeBSD__",
+                        "-U__FreeBSD__",
 			"-Wno-unused-function",
 			"-Wno-unused-variable",
 			"-Wno-unused-const-variable",
@@ -19,7 +19,7 @@
 			"-Wno-unused-variable",
 			"-Wall", 
 			"-nostdlib",
-		    "-fno-builtin",
+		        "-fno-builtin",
 			"-include", "u.h",
 			"-include", "libc.h",
 			"-include", "ctype.h",
@@ -33,5 +33,5 @@
 		"IncludeCanNotUsedWUnusedYet": [
 			"../../lib.json"
 		]
-		}
+	}
 }