]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator.cc
release: 0.1.9
[lilypond.git] / lily / translator.cc
index eda6e50e0c0aa4e530fac718fc730d99ca84ba69..b902387529c5c0bd43db60d284304f3a3e580967 100644 (file)
@@ -10,7 +10,7 @@
 
 Translator::Translator()
 {
-    iterator_count_  = 0;
+  iterator_count_  = 0;
 }
 
 
@@ -19,7 +19,7 @@ IMPLEMENT_IS_TYPE_B(Translator);
 bool
 Translator::try_request (Request*)
 {
-    return false;
+  return false;
 }