Index: uspace/lib/softint/include/lltype.h
===================================================================
--- uspace/lib/softint/include/lltype.h	(revision 2467b4174c7fecef314011212ab09a004872362d)
+++ uspace/lib/softint/include/lltype.h	(revision e9dba436d9889d3165e64f44a57e7177939eacd8)
@@ -43,9 +43,9 @@
 
 #ifdef __BE__
-	#define LO 1
-	#define HI 0
+#define LO 1
+#define HI 0
 #else
-	#define LO 0
-	#define HI 1
+#define LO 0
+#define HI 1
 #endif
 
