]> git.lyx.org Git - features.git/commitdiff
Whitespace.
authorRichard Heck <rgheck@comcast.net>
Sun, 15 Mar 2009 21:21:45 +0000 (21:21 +0000)
committerRichard Heck <rgheck@comcast.net>
Sun, 15 Mar 2009 21:21:45 +0000 (21:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28807 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/Inset.cpp

index c0c9c687139532d3bb7fd3fcfd4b5499de873f3c..06d56e66ef399fd91fd2f6dcdd3b4c8385453e99 100644 (file)
@@ -419,7 +419,7 @@ bool Inset::covers(BufferView const & bv, int x, int y) const
 
 InsetLayout const & Inset::getLayout(BufferParams const & bp) const
 {
-       return bp.documentClass().insetLayout(name());  
+       return bp.documentClass().insetLayout(name());
 }