Add the MB configs for all of the bots on the chromium.linux waterfall.
[chromium-blink-merge.git] / tools / gn / format_test_data / 032.gn
blobd7ea7e5f8f447b14d0a225a45d0d32d9d98eafa9
1 # Make sure continued conditions are aligned.
2 if (something) {
3   if (false) {
4   } else if (is_linux && !is_android && current_cpu == "x64" && !disable_iterator_debugging) {
5   }