summaryrefslogtreecommitdiff
path: root/tests/modetest
diff options
context:
space:
mode:
authorHyungwon Hwang <human.hwang@samsung.com>2015-08-19 09:58:42 +0900
committerEmil Velikov <emil.l.velikov@gmail.com>2015-08-20 17:11:15 +0100
commit6e84ada4ccf604c32a008fc20c00d79302135601 (patch)
tree15d2317d7cff272b764fa186bdb81db601ccf8d2 /tests/modetest
parent4bac035c34b8dfd02e8046150fd19843058618b8 (diff)
modetest: remove the trailing white spaces
This patch removes the trailing white spaces. Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
Diffstat (limited to 'tests/modetest')
-rw-r--r--tests/modetest/modetest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c
index 64bee1d6..3a545c38 100644
--- a/tests/modetest/modetest.c
+++ b/tests/modetest/modetest.c
@@ -1281,7 +1281,7 @@ static void test_page_flip(struct device *dev, struct pipe_arg *pipes, unsigned
evctx.version = DRM_EVENT_CONTEXT_VERSION;
evctx.vblank_handler = NULL;
evctx.page_flip_handler = page_flip_handler;
-
+
while (1) {
#if 0
struct pollfd pfd[2];
@@ -1627,7 +1627,7 @@ int main(int argc, char **argv)
if (parse_connector(&pipe_args[count], optarg) < 0)
usage(argv[0]);
- count++;
+ count++;
break;
case 'C':
test_cursor = 1;