summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Asteborg <maastebo@microsoft.com>2020-06-15 13:18:39 -0700
committerMarcus Asteborg <maastebo@microsoft.com>2020-06-15 22:15:21 -0700
commitd05a07eab92fbb07a8189f2eaef7d4611d50d9ba (patch)
treee6426302006b03b632ff09de3b316c730f88730c
parent0c0c484f6caedd4ce675640465e59740292660cf (diff)
downloadopus-d05a07eab92fbb07a8189f2eaef7d4611d50d9ba.tar.gz
Remove trailing whitespaces in vla.c that was missed previously
-rw-r--r--cmake/vla.c8
1 files 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