Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 03d39e5

Browse files
author
xfc1939
committed
feat: adjust format
1 parent ff7fbed commit 03d39e5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/base/commandlineflags.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,11 @@
117117
namespace fLS { \
118118
std::wstring FLAGS_##name##_buf(value); \
119119
GLOG_EXPORT std::wstring& FLAGS_##name = FLAGS_##name##_buf; \
120-
wchar_t FLAGS_no##name; \
120+
wchar_t FLAGS_no##name; \
121121
} \
122-
using fLS::FLAGS_##name
123-
#endif // GLOG_USE_GFLAGS
122+
using fLS::FLAGS_##name
123+
124+
# endif // GLOG_USE_GFLAGS
124125

125126
// Define GLOG_DEFINE_* using DEFINE_* . By using these macros, we
126127
// have GLOG_* environ variables even if we have gflags installed.

0 commit comments

Comments
 (0)