aboutsummaryrefslogtreecommitdiff
path: root/pw_string
diff options
context:
space:
mode:
authorWyatt Hepler <hepler@google.com>2019-12-04 09:12:15 -0800
committerWyatt Hepler <hepler@google.com>2019-12-05 09:31:11 -0800
commitbecb431e5fea14de1577d96bb16f8cac87b895d3 (patch)
tree3e35aee794d59a05e27a4f69c996a31a65ecc53e /pw_string
parentb90f341ba58e42b471832aba7f8d0f0538380746 (diff)
downloadpigweed-becb431e5fea14de1577d96bb16f8cac87b895d3.tar.gz
Apply pw format to the repository
Change-Id: I3c8e4f956dfe6c9e81d3069f72c30c5950852074
Diffstat (limited to 'pw_string')
-rw-r--r--pw_string/size_report/BUILD.gn8
1 files changed, 2 insertions, 6 deletions
diff --git a/pw_string/size_report/BUILD.gn b/pw_string/size_report/BUILD.gn
index 0ad86ce83..6c16b3daf 100644
--- a/pw_string/size_report/BUILD.gn
+++ b/pw_string/size_report/BUILD.gn
@@ -144,9 +144,7 @@ pw_executable("build_string_incremental_with_snprintf") {
"$dir_pw_bloat:bloat_this_binary",
"..",
]
- defines = [
- "USE_STRING_BUILDER=0",
- ]
+ defines = [ "USE_STRING_BUILDER=0" ]
}
pw_executable("build_string_incremental_with_string_builder") {
@@ -157,7 +155,5 @@ pw_executable("build_string_incremental_with_string_builder") {
"$dir_pw_bloat:bloat_this_binary",
"..",
]
- defines = [
- "USE_STRING_BUILDER=1",
- ]
+ defines = [ "USE_STRING_BUILDER=1" ]
}