mirror of
https://github.com/xiph/opus.git
synced 2025-05-15 07:58:29 +00:00
Remove trailing whitespaces in vla.c that was missed previously
This commit is contained in:
parent
0c0c484f6c
commit
d05a07eab9
1 changed files with 4 additions and 4 deletions
|
@ -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];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue