Add missing braces to if condition
authorGeoffrey Martin-Noble <gcmn@google.com>
Thu, 26 Mar 2020 03:52:43 +0000 (20:52 -0700)
committerGitHub <noreply@github.com>
Thu, 26 Mar 2020 03:52:43 +0000 (20:52 -0700)
commit9b3baf98816cf62676b5c797a01ef445f418f2a1
treea451e984c9d3b981d6768e6a0b68c25ae5e56685
parent8e26c5f50e8589e42d8c0ceb28abe93f3049fbd5
Add missing braces to if condition

The indentation implies this was the intention. Noticed the issue while trying to compile our code with -Werror -Wall
glslang/MachineIndependent/Initialize.cpp