diff options
author | Abseil Team <absl-team@google.com> | 2019-09-17 15:40:18 -0400 |
---|---|---|
committer | Shaindel Schwartz <shaindel@google.com> | 2019-09-17 17:29:05 -0400 |
commit | 6ec136281086b71da32b5fb068bd6e46b78a5c79 (patch) | |
tree | 4041efa89d3e79b152b17c23cc2b8a989cacde3e /absl/flags | |
parent | ac78ffc3bc0a8b295cab9a03817760fd460df2a1 (diff) |
Export of internal Abseil changes
--
d3f2943ec6d9be5db3e60ef1d1ddb4c118b6ef54 by Shaindel Schwartz <shaindel@google.com>:
Import of CCTZ from GitHub.
PiperOrigin-RevId: 269631104
--
c0b2662685f17f1eb721debd36166af9e9cb092b by Abseil Team <absl-team@google.com>:
Internal change
PiperOrigin-RevId: 269355540
--
bdb517a226eddd25c411acd1b8acfdd399c1df1b by Shaindel Schwartz <shaindel@google.com>:
Internal change
PiperOrigin-RevId: 268693722
--
d46654c975125dd5def2e6cff60c2a4a1003430f by Abseil Team <absl-team@google.com>:
Internal change
PiperOrigin-RevId: 268693087
GitOrigin-RevId: d3f2943ec6d9be5db3e60ef1d1ddb4c118b6ef54
Change-Id: I06f134e902e8a4addebef6073cc92697aecf89ca
Diffstat (limited to 'absl/flags')
-rw-r--r-- | absl/flags/usage_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/flags/usage_config.h b/absl/flags/usage_config.h index ee5016a9..bfd0eedb 100644 --- a/absl/flags/usage_config.h +++ b/absl/flags/usage_config.h @@ -101,7 +101,7 @@ struct FlagsUsageConfig { // normalize_filename("/my_company/some_long_path/src/project/file.cc") // might produce // "project/file.cc". - std::function<std::string (absl::string_view)> normalize_filename; + std::function<std::string(absl::string_view)> normalize_filename; }; // SetFlagsUsageConfig() |