diff options
| author | simonb <simonb@NetBSD.org> | 2003-06-05 10:41:32 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2003-06-05 10:41:32 +0000 |
| commit | a9f5b3f871edce65d2db476fc1ca00ee38d885c8 (patch) | |
| tree | 3c97b80775223e5a26222c46c31b08981af8ea9d /libexec/ld.elf_so/debug.c | |
| parent | 85cee2b43abb23a93fe857b1604fc9b2caead793 (diff) | |
KNF- blank lines before code at start of functions.
Diffstat (limited to 'libexec/ld.elf_so/debug.c')
| -rw-r--r-- | libexec/ld.elf_so/debug.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/ld.elf_so/debug.c b/libexec/ld.elf_so/debug.c index dc22c1e8cfc..5513aee7827 100644 --- a/libexec/ld.elf_so/debug.c +++ b/libexec/ld.elf_so/debug.c @@ -1,4 +1,4 @@ -/* $NetBSD: debug.c,v 1.3 2002/05/26 00:02:07 wiz Exp $ */ +/* $NetBSD: debug.c,v 1.4 2003/06/05 10:41:32 simonb Exp $ */ /* * Copyright 1996 John D. Polstra. @@ -47,6 +47,7 @@ int debug = 0; void debug_printf(const char *format, ...) { + if(debug) { va_list ap; |
