]> git.lyx.org Git - lyx.git/blobdiff - src/Dimension.cpp
Natbib authoryear uses (Ref1; Ref2) by default.
[lyx.git] / src / Dimension.cpp
index 311c653f07c627f077fc191de22db8035dced81a..b1cd41ed9a999d60dad46e406b3a2ffc75cc420c 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- *  \author André Pönitz
+ *  \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -14,7 +14,6 @@
 
 namespace lyx {
 
-
 void Dimension::operator+=(Dimension const & dim)
 {
        if (asc < dim.asc)