소스 검색

package/netsniff-ng: fix spurious space and tab

Fix spurious space and tab added by commit
b0f98d5800b288500752ef51b969d9a3cb92e897

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Fabrice Fontaine 3 년 전
부모
커밋
76a6008b8a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      package/netsniff-ng/Config.in

+ 2 - 2
package/netsniff-ng/Config.in

@@ -30,5 +30,5 @@ endif
 
 comment "netsniff-ng needs a toolchain w/ threads, headers >= 3.0"
 	depends on BR2_PACKAGE_LIBURCU_ARCH_SUPPORTS
-	depends on !BR2_TOOLCHAIN_HAS_THREADS  || \
-			!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
+	depends on !BR2_TOOLCHAIN_HAS_THREADS || \
+		!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0