From 0e0ad264285b8a3958c1b88e446505dea91dcca5 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 3 Jun 2019 13:18:30 +0200 Subject: fix indentation --- src/x11util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x11util.cpp b/src/x11util.cpp index c401b4f..d2c1229 100644 --- a/src/x11util.cpp +++ b/src/x11util.cpp @@ -36,7 +36,7 @@ void AddPixmapToBackground(unsigned const char* imgData, const unsigned int widt memcpy(data, imgData, byteCount); xi = XCreateImage(dpy, CopyFromParent, depth, ZPixmap, 0, data, width, height, 32, bytesPerLine); if (xi == nullptr) - goto cleanup; + goto cleanup; pix = XCreatePixmap(dpy, root, width, height, (unsigned int)DefaultDepth(dpy, screen)); if (pix == 0) goto cleanup; -- cgit v1.2.3-55-g7522