We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837bd85 commit f27d696Copy full SHA for f27d696
firestore/src/stub/firestore_stub_test_main.cc
@@ -58,8 +58,9 @@ void InitializeFirestore(Firestore*) {
58
// causes a link error when _tmain is defined in a static library and UNICODE
59
// is enabled. For this reason instead of _tmain, main function is used on
60
// Windows. See the following link to track the current status of this bug:
61
-// http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=394464
62
-// // NOLINT
+// clang-format off
+// http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=394464 // NOLINT
63
+// clang-format on
64
#if GTEST_OS_WINDOWS_MOBILE
65
#include <tchar.h> // NOLINT
66
0 commit comments