Message ID | 1423044952-5861-1-git-send-email-human.hwang@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/tests/modetest/modetest.c b/tests/modetest/modetest.c index 4b9cf2f..6ce8717 100644 --- a/tests/modetest/modetest.c +++ b/tests/modetest/modetest.c @@ -1210,7 +1210,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]; @@ -1521,7 +1521,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;
This patch removes the trailing tabs and whitespaces. Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com> --- tests/modetest/modetest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)