Change next_proto member type.
[chromium-blink-merge.git] / tools / gn / format_test_data / 032.golden
blobb4296a9baefa462ca2117d6a8ae54f49863d0a58
1 # Make sure continued conditions are aligned.
2 if (something) {
3   if (false) {
4   } else if (is_linux && !is_android && cpu_arch == "x64" &&
5              !disable_iterator_debugging) {
6   }