From 17d90bda87dd445a974de7e644629593ade617d8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 7 Oct 2022 15:19:39 -0400 Subject: Use uppercase integer literal suffixes --- test/test_show_hide.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_show_hide.c') diff --git a/test/test_show_hide.c b/test/test_show_hide.c index bfcb035..61f2bc6 100644 --- a/test/test_show_hide.c +++ b/test/test_show_hide.c @@ -113,7 +113,7 @@ main(int argc, char** argv) } // Show and hide window a couple of times - for (unsigned i = 0u; i < 2u; ++i) { + for (unsigned i = 0U; i < 2U; ++i) { assert(!puglShow(test.view)); while (test.state != EXPOSED) { tick(test.world); -- cgit v1.2.1