Minor formatting/style changes

This commit is contained in:
Gennadiy Civil 2018-08-17 13:25:52 -04:00 committed by GitHub
parent 687964c84f
commit 88cd66513c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {