Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tim-Philipp Müller
Opus
Commits
d05a07ea
Commit
d05a07ea
authored
Jun 15, 2020
by
Marcus Asteborg
Browse files
Remove trailing whitespaces in vla.c that was missed previously
parent
0c0c484f
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/vla.c
View file @
d05a07ea
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment