From: Ben Pfaff Date: Fri, 1 Dec 2006 06:03:58 +0000 (+0000) Subject: Fix indentation. X-Git-Tag: v0.6.0~676 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0ce74cb9ee2ac59e87bddb46122b63ae0b6cdf0;p=pspp-builds.git Fix indentation. --- diff --git a/src/language/dictionary/value-labels.c b/src/language/dictionary/value-labels.c index 65b8762e..12948e28 100644 --- a/src/language/dictionary/value-labels.c +++ b/src/language/dictionary/value-labels.c @@ -88,8 +88,8 @@ do_value_labels (struct lexer *lexer, const struct dictionary *dict, int erase) if (lex_token (lexer) != '/') { - free (vars); - break; + free (vars); + break; } lex_get (lexer);