]> git.lyx.org Git - lyx.git/blobdiff - src/texrow.C
get rid of LYX_LIBS
[lyx.git] / src / texrow.C
index c67c88392e8fd7cf000439c2f6888098f7dc7fb0..5d9f3116d4a23042570c019a4517c64a3f4f80d5 100644 (file)
@@ -57,7 +57,7 @@ void TexRow::newline()
 
 class same_rownumber {
 public:
-       same_rownumber(TexRow::RowList::value_type const & v):vt(v){}
+       same_rownumber(TexRow::RowList::value_type const & v):vt(v) {}
        bool operator()(TexRow::RowList::value_type const & vt1) const {
                return vt.rownumber() == vt1.rownumber();
        }