mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Whitespace.
This commit is contained in:
parent
6273c6bdc1
commit
c01a533acc
@ -2886,7 +2886,7 @@ bool GuiView::closeBuffer(Buffer & buf)
|
|||||||
bool GuiView::closeTabWorkArea(TabWorkArea * twa)
|
bool GuiView::closeTabWorkArea(TabWorkArea * twa)
|
||||||
{
|
{
|
||||||
while (twa == d.currentTabWorkArea()) {
|
while (twa == d.currentTabWorkArea()) {
|
||||||
twa->setCurrentIndex(twa->count()-1);
|
twa->setCurrentIndex(twa->count() - 1);
|
||||||
|
|
||||||
GuiWorkArea * wa = twa->currentWorkArea();
|
GuiWorkArea * wa = twa->currentWorkArea();
|
||||||
Buffer & b = wa->bufferView().buffer();
|
Buffer & b = wa->bufferView().buffer();
|
||||||
|
Loading…
Reference in New Issue
Block a user