From a360fcd220549fd7531a45690f8748ed01d6ca2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Sat, 19 Mar 2011 17:52:00 +0000 Subject: [PATCH] whitespace only. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37967 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Floating.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Floating.cpp b/src/Floating.cpp index 4292420561..531a066b2c 100644 --- a/src/Floating.cpp +++ b/src/Floating.cpp @@ -31,14 +31,14 @@ Floating::Floating(string const & type, string const & placement, 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) {}