]> 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 a780ade667b00073b596bc4c171556476350e5f7..cdfba62e53b877e74468678a65882408c7823cd3 100644 (file)
@@ -1,4 +1,3 @@
-// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
@@ -308,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);