Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1007)

Unified Diff: tools/gn/xcode_writer.cc

Issue 2563593004: Restore clang-format formatting. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/xcode_writer.cc
diff --git a/tools/gn/xcode_writer.cc b/tools/gn/xcode_writer.cc
index b6c0bc66679f17e403168d56bdc33ad3c2246281..633a1c8db5ea35b354ff3bfb5297aa3c1628dae4 100644
--- a/tools/gn/xcode_writer.cc
+++ b/tools/gn/xcode_writer.cc
@@ -36,15 +36,10 @@ struct SafeEnvironmentVariableInfo {
bool capture_at_generation;
};
-// clang-format off
SafeEnvironmentVariableInfo kSafeEnvironmentVariables[] = {
- {"HOME", true},
- {"LANG", true},
- {"PATH", true},
- {"USER", true},
- {"TMPDIR", false},
+ {"HOME", true}, {"LANG", true}, {"PATH", true},
+ {"USER", true}, {"TMPDIR", false},
};
-// clang-format on
XcodeWriter::TargetOsType GetTargetOs(const Args& args) {
const Value* target_os_value = args.GetArgOverride(variables::kTargetOs);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698