add explicit braces to clarify which if the else goes with 78/9378/1
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Sun, 13 Jan 2013 22:39:54 +0000 (14:39 -0800)
committerSung-Jin Park <sj76.park@samsung.com>
Tue, 3 Sep 2013 04:06:58 +0000 (00:06 -0400)
commit48ca39b166101772b0c46202e3aa4e82673fe631
treeac01a844b897a8e2366858257ade53a059a8df25
parent30f434826fd30abfd15cd922f59ab9d21282cd1b
add explicit braces to clarify which if the else goes with

Suggested by clang:

xvinfo.c:125:25: warning: add explicit braces to avoid dangling else
      [-Wdangling-else]
                        else
                        ^

Change-Id: I4539a8d3115a21eef9400873d25c46088c85ab90
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
xvinfo.c