mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 07:12:44 +00:00
7 lines
135 B
Text
7 lines
135 B
Text
|
// !note: file contains significant whitespace
|
||
|
// * indentation uses <SPACE> characters
|
||
|
int foo() {
|
||
|
// with spaces
|
||
|
return 0;
|
||
|
}
|