summaryrefslogtreecommitdiff
path: root/Tests/VSResource/lib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/VSResource/lib.cpp')
-rw-r--r--Tests/VSResource/lib.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/VSResource/lib.cpp b/Tests/VSResource/lib.cpp
index 006e3e48ac..c91239731b 100644
--- a/Tests/VSResource/lib.cpp
+++ b/Tests/VSResource/lib.cpp
@@ -1 +1,4 @@
-int lib() { return 0; }
+int lib()
+{
+ return 0;
+}