Selaa lähdekoodia

cleanup style

Mike Frysinger 19 vuotta sitten
vanhempi
commit
8a297b5127
1 muutettua tiedostoa jossa 6 lisäystä ja 9 poistoa
  1. 6 9
      extra/Configs/Config.powerpc

+ 6 - 9
extra/Configs/Config.powerpc

@@ -24,20 +24,17 @@ choice
 	help
 	help
 	  This is the processor core of your CPU. This information is used for
 	  This is the processor core of your CPU. This information is used for
 	  determining the correct assembler instructions to use for the core.
 	  determining the correct assembler instructions to use for the core.
-          The default is to build for a classic powerpc.
+
+	  The default is to build for a classic powerpc.
 
 
 config CONFIG_CLASSIC
 config CONFIG_CLASSIC
 	bool "CLASSIC"
 	bool "CLASSIC"
-        help
-          Classic powerpc architecture.
+	help
+	  Classic powerpc architecture.
 
 
 config CONFIG_E500
 config CONFIG_E500
 	bool "E500"
 	bool "E500"
-        help
-          e500 v1 and v2 core.
+	help
+	  e500 v1 and v2 core.
 
 
 endchoice
 endchoice
-
-
-
-