]> git.lyx.org Git - lyx.git/blobdiff - src/DepTable.C
frontends fixes from Juergen S
[lyx.git] / src / DepTable.C
index 59ddbd77bfeeacc6f4ffdcc5b37edb9357d7b3d2..6a358dec460d62e4ca9926499fd7a44ae6a4eede 100644 (file)
@@ -152,11 +152,11 @@ bool DepTable::extchanged(string const & ext) const
 }
 
 
-bool DepTable::ext_exist(const string& ext ) const
+bool DepTable::ext_exist(const string& ext) const
 {
        DepList::const_iterator cit = deplist.begin();
        DepList::const_iterator end = deplist.end();
-       for (; cit != end; ++cit ) {
+       for (; cit != end; ++cit) {
                if (suffixIs(cit->first, ext)) {
                        return true;
                }