lavd/x11grab: reindent after last commit.

pull/77/merge
Nicolas George 11 years ago
parent 099aff5c42
commit 8e2976860f
  1. 4
      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) {

Loading…
Cancel
Save