]> git.notmuchmail.org Git - notmuch/blobdiff - lib/gen-version-script.sh
lib: whitespace cleanup
[notmuch] / lib / gen-version-script.sh
index 847700114ef8df1f634db307dd22423c655c90e8..0f908093dc5e6de1da8b281f191e4b6dc34b675e 100644 (file)
@@ -17,7 +17,7 @@ nm  $* | awk '$1 ~ "^[0-9a-fA-F][0-9a-fA-F]*$" && $3 ~ "Xapian.*Error" {print $3
 while read sym; do
     demangled=$(c++filt $sym)
     case $demangled in
-       typeinfo*) 
+       typeinfo*)
            printf "\t$sym;\n"
            ;;
        *)