]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - tools/checkdecl.sh
cleanup: Remove some spurious spaces
[thirdparty/util-linux.git] / tools / checkdecl.sh
index 4ff4a10dabaafa3f32ef1f57e9de69c681294483..d2c8f95e66792554a5394125cd2b538c1a9b36ac 100755 (executable)
@@ -16,6 +16,6 @@ if [ ! -f ./configure ]; then
        exit 1
 fi
 
-for decl in $(awk '/HAVE_DECL_.*ac_have_decl/ { print $2 }' configure); do 
+for decl in $(awk '/HAVE_DECL_.*ac_have_decl/ { print $2 }' configure); do
        git grep -nE '[[:blank:]]*#[[:blank:]]*if(ndef|def)[[:blank:]]*'$decl;
 done | sort -u