mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
Address review remark, fix indentation.
This commit is contained in:
parent
e41c9f7592
commit
fded2e3c9a
1 changed files with 1 additions and 1 deletions
|
@ -1468,7 +1468,7 @@ FlagRegisterer::FlagRegisterer(const char* name,
|
|||
|
||||
// Force compiler to generate code for the given template specialization.
|
||||
#define INSTANTIATE_FLAG_REGISTERER_CTOR(type) \
|
||||
template GFLAGS_DLL_DECL FlagRegisterer::FlagRegisterer( \
|
||||
template GFLAGS_DLL_DECL FlagRegisterer::FlagRegisterer( \
|
||||
const char* name, const char* help, const char* filename, \
|
||||
type* current_storage, type* defvalue_storage)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue