Explorar o código

package: indentation cleanup

Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Jerzy Grzegorek %!s(int64=11) %!d(string=hai) anos
pai
achega
e7d8e346fd

+ 2 - 2
package/dillo/Config.in

@@ -13,5 +13,5 @@ config BR2_PACKAGE_DILLO
 	  http://www.dillo.org
 
 comment "dillo needs a toolchain w/ C++"
-        depends on BR2_PACKAGE_XORG7 && BR2_USE_MMU
-        depends on !BR2_INSTALL_LIBSTDCPP
+	depends on BR2_PACKAGE_XORG7 && BR2_USE_MMU
+	depends on !BR2_INSTALL_LIBSTDCPP

+ 1 - 1
package/espeak/Config.in

@@ -21,7 +21,7 @@ choice
 	default BR2_PACKAGE_ESPEAK_AUDIO_BACKEND_NONE
 
 config BR2_PACKAGE_ESPEAK_AUDIO_BACKEND_NONE
-       bool "No sound backend, only produce wav files"
+	bool "No sound backend, only produce wav files"
 
 config BR2_PACKAGE_ESPEAK_AUDIO_BACKEND_ALSA
 	bool "alsa via portaudio"

+ 1 - 1
package/ftop/Config.in

@@ -9,4 +9,4 @@ config BR2_PACKAGE_FTOP
 	  https://code.google.com/p/ftop/
 
 comment "ftop needs a toolchain w/ largefile"
-        depends on !BR2_LARGEFILE
+	depends on !BR2_LARGEFILE

+ 1 - 1
package/inadyn/Config.in

@@ -10,5 +10,5 @@ config BR2_PACKAGE_INADYN
 	  https://github.com/troglobit/inadyn
 
 comment "inadyn needs a toolchain w/ dynamic library"
-        depends on BR2_PREFER_STATIC_LIB
+	depends on BR2_PREFER_STATIC_LIB
 	depends on BR2_USE_MMU

+ 1 - 1
package/libstrophe/Config.in

@@ -12,4 +12,4 @@ config BR2_PACKAGE_LIBSTROPHE
 	  https://github.com/strophe/libstrophe
 
 comment "libstrophe needs a toolchain w/ threads"
-        depends on !BR2_TOOLCHAIN_HAS_THREADS
+	depends on !BR2_TOOLCHAIN_HAS_THREADS

+ 1 - 1
package/mpd/Config.in

@@ -188,7 +188,7 @@ config BR2_PACKAGE_MPD_TWOLAME
 	  Enable TwoLAME mp2 encoding.
 
 comment "twolame support needs a toolchain w/ largefile"
-        depends on !BR2_LARGEFILE
+	depends on !BR2_LARGEFILE
 
 config BR2_PACKAGE_MPD_VORBIS
 	bool "vorbis"

+ 1 - 1
package/opencore-amr/Config.in

@@ -8,4 +8,4 @@ config BR2_PACKAGE_OPENCORE_AMR
 	  http://opencore-amr.sourceforge.net/
 
 comment "opencore-amr needs a toolchain w/ C++"
-        depends on !BR2_INSTALL_LIBSTDCPP
+	depends on !BR2_INSTALL_LIBSTDCPP

+ 1 - 1
package/openvmtools/Config.in

@@ -16,7 +16,7 @@ config BR2_PACKAGE_OPENVMTOOLS
 	  ICU locales and X11 tools are currently not supported.
 
 	  NOTE: Support for vmblock-fuse will be enabled in openvmtools if the
-	        libfuse package is selected.
+		libfuse package is selected.
 
 if BR2_PACKAGE_OPENVMTOOLS
 

+ 1 - 1
package/phidgetwebservice/Config.in

@@ -4,7 +4,7 @@ config BR2_PACKAGE_PHIDGETWEBSERVICE
 	depends on !BR2_PREFER_STATIC_LIB # libphidget
 	select BR2_PACKAGE_LIBPHIDGET
 	help
-          phidgetwebservice (the Phidget WebService) provides an HTTP
+	  phidgetwebservice (the Phidget WebService) provides an HTTP
 	  front-end to the libphidget device control API. This provides
 	  an alternative to the libphidget C linkage interface for
 	  controlling locally attached Phidgets USB devices and it also

+ 1 - 1
package/php/Config.in

@@ -18,7 +18,7 @@ config BR2_PACKAGE_PHP_CGI
 	bool
 
 config BR2_PACKAGE_PHP_FPM
-        bool
+	bool
 
 choice
 	prompt "Interface"

+ 1 - 1
package/twolame/Config.in

@@ -10,4 +10,4 @@ config BR2_PACKAGE_TWOLAME
 	  http://www.twolame.org/
 
 comment "twolame needs a toolchain w/ largefile"
-        depends on !BR2_LARGEFILE
+	depends on !BR2_LARGEFILE

+ 1 - 1
package/wpa_supplicant/Config.in

@@ -28,7 +28,7 @@ config BR2_PACKAGE_WPA_SUPPLICANT_HOTSPOT
 	  Enable Hotspot 2.0 and IEEE 802.11u interworking functionality.
 
 config BR2_PACKAGE_WPA_SUPPLICANT_DEBUG_SYSLOG
-        bool "Enable syslog support"
+	bool "Enable syslog support"
 	help
 	  Enable support for sending debug messages to syslog.