Delete some debug symbols
[mverbiste] / gui / conjugation.cpp
index b37ed8a..6cf0a65 100644 (file)
@@ -35,10 +35,10 @@ using namespace verbiste;
 
 void
 getConjugation(const FrenchVerbDictionary &fvd,
-                        const string &infinitive,
-                        const string &tname,
-                        VVVS &dest,
-                        bool includePronouns)
+               const string &infinitive,
+               const string &tname,
+               VVVS &dest,
+               bool includePronouns)
 {
     const TemplateSpec *templ = fvd.getTemplate(tname);
     if (templ == NULL)