#6471 Reverted accidental change and fixed more tabs

This commit is contained in:
Jamie Newbon 2019-04-30 15:49:23 +01:00
parent 207247b7ef
commit 6c6e2b6bd3
No known key found for this signature in database
GPG Key ID: 9618C9BB2FF44DB5
2 changed files with 3 additions and 3 deletions

View File

@ -1303,7 +1303,7 @@ XWindowsUtil::getWindowProperty(Display* display, Window window,
int actualDatumSize; int actualDatumSize;
// ignore errors. XGetWindowProperty() will report failure. // ignore errors. XGetWindowProperty() will report failure.
// XWindowsUtil::ErrorLock lock(display); XWindowsUtil::ErrorLock lock(display);
// read the property // read the property
bool okay = true; bool okay = true;