summaryrefslogtreecommitdiffstats
path: root/tools/lint/test/files/file-whitespace/bad.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lint/test/files/file-whitespace/bad.c')
-rw-r--r--tools/lint/test/files/file-whitespace/bad.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/lint/test/files/file-whitespace/bad.c b/tools/lint/test/files/file-whitespace/bad.c
new file mode 100644
index 0000000000..4309b1f55d
--- /dev/null
+++ b/tools/lint/test/files/file-whitespace/bad.c
@@ -0,0 +1,3 @@
+int main() {
+return 0;
+}