summaryrefslogtreecommitdiff
path: root/vpddecode.c
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2008-11-05 21:32:36 +0000
committerJean Delvare <jdelvare@suse.de>2008-11-05 21:32:36 +0000
commitae0e7bf6f0010f404610a590e3a091928dc6a20f (patch)
tree81ce1e8fa99419456abe2aec2e48349f888a5139 /vpddecode.c
parent924eb38b401559b52826418f14995ca74f1aa2a5 (diff)
downloaddmidecode-git-ae0e7bf6f0010f404610a590e3a091928dc6a20f.tar.gz
Coding style fixes.
Diffstat (limited to 'vpddecode.c')
-rw-r--r--vpddecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpddecode.c b/vpddecode.c
index f860575..2b0d27c 100644
--- a/vpddecode.c
+++ b/vpddecode.c
@@ -135,7 +135,7 @@ static int decode(const u8 *p)
int main(int argc, char * const argv[])
{
u8 *buf;
- int found=0;
+ int found = 0;
unsigned int fp;
if (sizeof(u8) != 1)