]> git.lyx.org Git - lyx.git/blobdiff - src/support/tests/lstrings.C
the AM_* flags patch
[lyx.git] / src / support / tests / lstrings.C
index 99db7de81c946539fbae7fde149316dedb5904a4..b31e4381f71eaecf17f5e26f27f9f27d240a8f72 100644 (file)
@@ -18,7 +18,7 @@ void test_uppercase()
        cout << uppercase("AlLe") << endl;
 }
 
-int main() 
+int main()
 {
        test_lowercase();
        test_uppercase();