]> git.lyx.org Git - lyx.git/blobdiff - src/DepTable.C
John's Layout Tabular UI improvements and Martins fixes to clearing the
[lyx.git] / src / DepTable.C
index e04b2cde5dc86c26d95f791976930934e446fdf8..b8abc816dce3ff46c38993b92153708cd42369e7 100644 (file)
@@ -189,7 +189,7 @@ void DepTable::read(string const & f)
        unsigned long two = 0;
        unsigned long mtime = 0;
        
-       while(ifs >> nome >> one >> two >> mtime) {
+       while (ifs >> nome >> one >> two >> mtime) {
                if (lyxerr.debugging(Debug::DEPEND)) {
                        lyxerr << "Read dep: "
                               << nome << " "