nit: Missing space in build_overrides/build.gni

Bug: None
Change-Id: I98aceaa0bb2db34aa04273f9dfcca35f604915c9
Reviewed-on: https://webrtc-review.googlesource.com/c/111082
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Elad Alon <eladalon@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25657}
This commit is contained in:
Elad Alon 2018-11-15 14:33:30 +01:00 committed by Commit Bot
parent dd886082c5
commit f0db2e2ef5

View file

@ -42,7 +42,7 @@ if (host_os == "mac") {
[ target_os ],
"value")
assert(_result != 2,
"Do not allow building targets with the default" +
"Do not allow building targets with the default " +
"hermetic toolchain if the minimum OS version is not met.")
use_system_xcode = _result == 0
}