
Our development workflow tooling prevents trailing blank lines from being added, but some such lines remain from before that was enforced. Remove them to make it easier to rename files without triggering enforcement.
7 lines
61 B
C
7 lines
61 B
C
int customTarget();
|
|
|
|
int main()
|
|
{
|
|
return customTarget();
|
|
}
|