gitk: Add braces around if expressions
authorPaul Mackerras <paulus@samba.org>
Mon, 6 Feb 2006 22:10:18 +0000 (09:10 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 6 Feb 2006 22:10:18 +0000 (09:10 +1100)
commit418c4c7bceb7276e2a95772aa34f0cee5e1c47e8
tree7409e93c5ad64490b95ae5db1ed0452ae905fc0b
parentfd8ccbec4f0161b14f804a454e68b29e24840ad3
gitk: Add braces around if expressions

Apparently this simplifies things for the parser/compiler and makes
it go slightly faster (since without the braces, it potentially has
to do two levels of substitutions rather than one).

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk