ref: d05a07eab92fbb07a8189f2eaef7d4611d50d9ba
parent: 0c0c484f6caedd4ce675640465e59740292660cf
author: Marcus Asteborg <maastebo@microsoft.com>
date: Mon Jun 15 09:18:39 EDT 2020
Remove trailing whitespaces in vla.c that was missed previously
--- 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