From d05a07eab92fbb07a8189f2eaef7d4611d50d9ba Mon Sep 17 00:00:00 2001 From: Marcus Asteborg Date: Mon, 15 Jun 2020 13:18:39 -0700 Subject: [PATCH] Remove trailing whitespaces in vla.c that was missed previously --- cmake/vla.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/vla.c b/cmake/vla.c index e83829e5..05b21197 100644 --- a/cmake/vla.c +++ b/cmake/vla.c @@ -1,7 +1,7 @@ int main() { - static int x; - char a[++x]; - a[sizeof a - 1] = 0; - int N; + static int x; + char a[++x]; + a[sizeof a - 1] = 0; + int N; return a[0]; } \ No newline at end of file