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

Unified Diff: tools/gn/format_test_data/016.golden

Issue 772663002: gn format: Make parenthesizing better (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « tools/gn/command_format_unittest.cc ('k') | tools/gn/format_test_data/057.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/format_test_data/016.golden
diff --git a/tools/gn/format_test_data/016.golden b/tools/gn/format_test_data/016.golden
index 00a79922828f1b60951bdf8583d6cfbc616bd44a..3f4f15bc50775b1a88372a3993a370bf7dd8b9be 100644
--- a/tools/gn/format_test_data/016.golden
+++ b/tools/gn/format_test_data/016.golden
@@ -1 +1 @@
-something = !is_win && is_linux || is_mac && !(is_freebsd || is_ios)
+something = (!is_win && is_linux) || (is_mac && !(is_freebsd || is_ios))
« no previous file with comments | « tools/gn/command_format_unittest.cc ('k') | tools/gn/format_test_data/057.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698