Skip to content

Commit

Permalink
feat: adjust format
Browse files Browse the repository at this point in the history
  • Loading branch information
xfc1939 committed Jan 27, 2024
1 parent ff7fbed commit 03d39e5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/base/commandlineflags.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,11 @@
namespace fLS { \
std::wstring FLAGS_##name##_buf(value); \
GLOG_EXPORT std::wstring& FLAGS_##name = FLAGS_##name##_buf; \
wchar_t FLAGS_no##name; \
wchar_t FLAGS_no##name; \
} \
using fLS::FLAGS_##name
#endif // GLOG_USE_GFLAGS
using fLS::FLAGS_##name

# endif // GLOG_USE_GFLAGS

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

0 comments on commit 03d39e5

Please sign in to comment.