protection/harness/systemclock: move declaration out of for loop initialization
authorThiago Santos <thiagoss@osg.samsung.com>
Mon, 15 Feb 2016 13:06:09 +0000 (10:06 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Mon, 15 Feb 2016 15:33:46 +0000 (12:33 -0300)
commit5b64123c547a42721eb662c664300fc83a029dc5
tree8208d3774ed20d33a66a5f2c2ef267741de7ebc3
parent69f5d287184328bebe8f2457cef4f4780cce6d6a
protection/harness/systemclock: move declaration out of for loop initialization

C90 compilers complain about it
error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode

Also run gst-indent on systemclock tests.
gst/gstprotection.c
libs/gst/check/gstharness.c
tests/check/gst/gstsystemclock.c