summaryrefslogtreecommitdiff
path: root/Tests/InterfaceLibrary/sharedlibtestexe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/InterfaceLibrary/sharedlibtestexe.cpp')
-rw-r--r--Tests/InterfaceLibrary/sharedlibtestexe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/InterfaceLibrary/sharedlibtestexe.cpp b/Tests/InterfaceLibrary/sharedlibtestexe.cpp
index c677f7067a..44f160da8b 100644
--- a/Tests/InterfaceLibrary/sharedlibtestexe.cpp
+++ b/Tests/InterfaceLibrary/sharedlibtestexe.cpp
@@ -10,7 +10,7 @@
#include "sharedlib.h"
#include "shareddependlib.h"
-int main(int,char**)
+int main(int, char**)
{
SharedLibObject sl;
SharedDependLibObject sdl = sl.object();