From 8656d7fda352213c9ac7e29d2154ae956d29ef78 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 23 Nov 2011 18:23:11 +0000 Subject: [PATCH] Whitespace. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40246 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/BufferParams.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 255c51964b..7bcfa7b527 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -2068,16 +2068,16 @@ vector BufferParams::exportableFormats(bool only_viewable) const bool BufferParams::isExportableFormat(string const & format) const { - typedef vector Formats; - Formats formats; - formats = exportableFormats(true); - Formats::const_iterator fit = formats.begin(); - Formats::const_iterator end = formats.end(); - for (; fit != end ; ++fit) { - if ((*fit)->name() == format) - return true; - } - return false; + typedef vector Formats; + Formats formats; + formats = exportableFormats(true); + Formats::const_iterator fit = formats.begin(); + Formats::const_iterator end = formats.end(); + for (; fit != end ; ++fit) { + if ((*fit)->name() == format) + return true; + } + return false; } -- 2.39.2