From: Nicolas George Date: Thu, 17 Jul 2014 16:28:58 +0000 (+0200) Subject: lavd/x11grab: reindent after last commit. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8e2976860ffc920e31e0c45bb1361ac3a552cae8;p=ffmpeg lavd/x11grab: reindent after last commit. --- diff --git a/libavdevice/x11grab.c b/libavdevice/x11grab.c index 45bea807a37..41dbef69750 100644 --- a/libavdevice/x11grab.c +++ b/libavdevice/x11grab.c @@ -224,8 +224,8 @@ x11grab_read_header(AVFormatContext *s1) } if (x11grab->use_shm) { - use_shm = XShmQueryExtension(dpy); - av_log(s1, AV_LOG_INFO, "shared memory extension%s found\n", use_shm ? "" : " not"); + use_shm = XShmQueryExtension(dpy); + av_log(s1, AV_LOG_INFO, "shared memory extension%s found\n", use_shm ? "" : " not"); } if(use_shm) {