post: fix indendation/brace confusion
authorJames Kosin <jkosin@intcomgrp.com>
Thu, 14 Jul 2011 08:15:06 +0000 (08:15 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 26 Jul 2011 14:57:49 +0000 (16:57 +0200)
commit975afc34dd3ca51ef3f3e7c0c0dcece89dda10ae
treea3fd400534575b24b085fa9f5e159818dbd4be85
parent14ce91b11530d7b5382adba19031b822f8f3c3fa
post: fix indendation/brace confusion

The post.c code is missing braces around the pass case, and as a
result, the diagnostic function will post both fail and pass for
a failed test.  The reason for this bug is probably the incorrect
indentation used, so when reading the code it seems like there
are proper braces.

Indent the code to the correct depth and put proper braces around
the "else" branch of the "if" statement.

Signed-off-by: James Kosin <jkosin@intcomgrp.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
post/post.c