Author: spitz
Date: Sat Mar 19 18:52:00 2011
New Revision: 37967
URL: http://www.lyx.org/trac/changeset/37967
Log:
whitespace only.
Modified:
lyx-devel/trunk/src/Floating.cpp
Modified: lyx-devel/trunk/src/Floating.cpp
==============================================================================
--- lyx-devel/trunk/src/Floating.cpp Sat Mar 19 17:16:49 2011 (r37966)
+++ lyx-devel/trunk/src/Floating.cpp Sat Mar 19 18:52:00 2011 (r37967)
@@ -31,14 +31,14 @@
string const & ext, string const & within,
string const & style, string const & name,
string const & listName, std::string const & listCmd,
- string const & refPrefix,
- string const & htmlTag, string const & htmlAttrib,
- string const & htmlStyle, bool usesfloat, bool
ispredefined)
+ string const & refPrefix,
+ string const & htmlTag, string const & htmlAttrib,
+ string const & htmlStyle, bool usesfloat, bool ispredefined)
: floattype_(type), placement_(placement), ext_(ext), within_(within),
style_(style), name_(name), listname_(listName),
listcommand_(listCmd),
refprefix_(refPrefix), usesfloatpkg_(usesfloat),
- ispredefined_(ispredefined), html_tag_(htmlTag),
- html_attrib_(htmlAttrib), html_style_(htmlStyle)
+ ispredefined_(ispredefined), html_tag_(htmlTag),
+ html_attrib_(htmlAttrib), html_style_(htmlStyle)
{}