Whitespace.

This commit is contained in:
Richard Heck 2015-11-29 11:20:56 -05:00
parent 6273c6bdc1
commit c01a533acc

View File

@ -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();