From c01a533acccbc77189b5009a45216f7da78ec3a9 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sun, 29 Nov 2015 11:20:56 -0500 Subject: [PATCH] Whitespace. --- src/frontends/qt4/GuiView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index f17ab774c3..76763561db 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -2886,7 +2886,7 @@ bool GuiView::closeBuffer(Buffer & buf) bool GuiView::closeTabWorkArea(TabWorkArea * twa) { while (twa == d.currentTabWorkArea()) { - twa->setCurrentIndex(twa->count()-1); + twa->setCurrentIndex(twa->count() - 1); GuiWorkArea * wa = twa->currentWorkArea(); Buffer & b = wa->bufferView().buffer();