diff options
Diffstat (limited to 'msvc/projects/vc2015/test_threads/test_threads_main.cpp')
-rw-r--r-- | msvc/projects/vc2015/test_threads/test_threads_main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/msvc/projects/vc2015/test_threads/test_threads_main.cpp b/msvc/projects/vc2015/test_threads/test_threads_main.cpp index ffd96e6..0a022fb 100644 --- a/msvc/projects/vc2015/test_threads/test_threads_main.cpp +++ b/msvc/projects/vc2015/test_threads/test_threads_main.cpp @@ -5,8 +5,7 @@ using namespace std::chrono_literals; -int main(int argc, char** argv) -{ +int main(int argc, char** argv) { int rc = test_threads(); return rc; } |