Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Asteborg <maastebo@microsoft.com>2020-06-15 23:18:39 +0300
committerMarcus Asteborg <maastebo@microsoft.com>2020-06-16 08:15:21 +0300
commitd05a07eab92fbb07a8189f2eaef7d4611d50d9ba (patch)
treee6426302006b03b632ff09de3b316c730f88730c
parent0c0c484f6caedd4ce675640465e59740292660cf (diff)
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