Przeglądaj źródła

fuse: use tabs for indentation in kconfig

Peter Korsgaard 17 lat temu
rodzic
commit
74d91951c5
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      package/fuse/Config.in

+ 3 - 3
package/fuse/Config.in

@@ -1,7 +1,7 @@
 config BR2_PACKAGE_LIBFUSE
-        bool "libfuse"
-        default n
-        help
+	bool "libfuse"
+	default n
+	help
 	  FUSE (Filesystem in UserSpacE)
 
 	  http://fuse.sourceforge.net/