vlc | branch: master | Thomas Guillem <[email protected]> | Mon Jun 5 11:17:09 2017 +0200| [0ec9ec87a5b532ab3aba1ed0ccbc4ad8befb38f3] | committer: Thomas Guillem
vout: snapshot: fix indent > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0ec9ec87a5b532ab3aba1ed0ccbc4ad8befb38f3 --- src/video_output/snapshot.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/video_output/snapshot.h b/src/video_output/snapshot.h index b81e3e7ba8..b27a7212e9 100644 --- a/src/video_output/snapshot.h +++ b/src/video_output/snapshot.h @@ -30,9 +30,9 @@ typedef struct { vlc_mutex_t lock; vlc_cond_t wait; - bool is_available; - int request_count; - picture_t *picture; + bool is_available; + int request_count; + picture_t *picture; } vout_snapshot_t; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
