lavd/x11grab: reindent after last commit.

This commit is contained in:
Nicolas George 2014-07-17 18:28:58 +02:00
parent 099aff5c42
commit 8e2976860f
1 changed files with 2 additions and 2 deletions

View File

@ -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) {