Index: boot/arch/sparc64/loader/main.c
===================================================================
--- boot/arch/sparc64/loader/main.c	(revision b63a7cc2e041ecffd46183cd61923f532c13d113)
+++ boot/arch/sparc64/loader/main.c	(revision 282f2c9ca4f0625d5823e8a836d38f8d4f100b43)
@@ -1,4 +1,5 @@
 /*
  * Copyright (C) 2005 Martin Decky
+ * Copyright (C) 2006 Jakub Jermar 
  * All rights reserved.
  *
Index: boot/genarch/ofw.c
===================================================================
--- boot/genarch/ofw.c	(revision b63a7cc2e041ecffd46183cd61923f532c13d113)
+++ boot/genarch/ofw.c	(revision 282f2c9ca4f0625d5823e8a836d38f8d4f100b43)
@@ -299,4 +299,4 @@
 void ofw_quiesce(void)
 {
-    ofw_call("quiesce", 0, 0, NULL);
-}
+	ofw_call("quiesce", 0, 0, NULL);
+}
