]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/FormCitation.C
fix problem with nroff detection, remove dead code with old floats, bogus message...
[lyx.git] / src / frontends / gnome / FormCitation.C
index 62f2d2682780b52b2ad5c4b47d0be3f65a0344b4..cdfba62e53b877e74468678a65882408c7823cd3 100644 (file)
@@ -307,7 +307,7 @@ void FormCitation::initWidgets()
       vector<string> r;
       string tmp, keys( params.getContents() );
       keys = frontStrip( split(keys, tmp, ',') );
-      while( !tmp.empty() )
+      while ( !tmp.empty() )
        {
          r.clear();
          r.push_back(tmp);