]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/stringtest.cc
release: 0.1.13
[lilypond.git] / flower / stringtest.cc
index bc431567b929aa66e8ee04256d8f7e2c28731eb3..a5bc0c603600454da163d8a010e9242bd0629ad1 100644 (file)
@@ -95,14 +95,14 @@ main()
 
   cout << "up: " << str.upper_str() << " down: " << str.lower_str ()<<endl;
   
-  if ( str == String ("") )
+  if (str == String ("") )
       cout << str << " is empty" << endl;
   else
        cout << str << " is not empty"<<endl;
 
   
   String fn = "";
-  if ( fn == "")
+  if (fn == "")
       cout << fn << " is empty" << endl;
   else
        assert (false);