Unverified Commit 88cd6651 authored by Gennadiy Civil's avatar Gennadiy Civil Committed by GitHub
Browse files

Minor formatting/style changes

parent 687964c8
......@@ -138,11 +138,10 @@
# define vsnprintf _vsnprintf
#endif // GTEST_OS_WINDOWS
#if GTEST_OS_MAC
# ifndef GTEST_OS_IOS
# include <crt_externs.h>
# endif
#ifndef GTEST_OS_IOS
#include <crt_externs.h>
#endif
#endif
#if GTEST_HAS_ABSL
......@@ -5837,11 +5836,11 @@ void ParseGoogleTestFlagsOnly(int* argc, char** argv) {
// *_NSGetArgv() == argv
// Only applicable to char** version of argv
#if GTEST_OS_MAC
# ifndef GTEST_OS_IOS
#ifndef GTEST_OS_IOS
if (*_NSGetArgv() == argv) {
*_NSGetArgc() = *argc;
}
# endif
#endif
#endif
}
void ParseGoogleTestFlagsOnly(int* argc, wchar_t** argv) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment