repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add Media Router Action stub implementation.
[chromium-blink-merge.git]
/
tools
/
gn
/
format_test_data
/
032.golden
blob
aeca89639333255db0033783322fb10e781f2963
1
# Make sure continued conditions are aligned.
2
if (something) {
3
if (false) {
4
} else if (is_linux && !is_android && current_cpu == "x64" &&
5
!disable_iterator_debugging) {
6
}
7
}