summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-01-16 15:49:01 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-01-16 15:49:01 +0000
commit9ec23e8a7f2d5c1a5019d6985c7a360fa88f9ede (patch)
treece5d0d773cf00f1704f5946a7a6223dc4d849493 /sys
parent1fd973600cdb4f9cd716a6c2feeb1700bd84373c (diff)
Indentation nit.
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/exec_elf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/exec_elf.c b/sys/kern/exec_elf.c
index 980c6b269bc..7ba59b25e73 100644
--- a/sys/kern/exec_elf.c
+++ b/sys/kern/exec_elf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_elf.c,v 1.29 2000/01/01 21:11:18 mickey Exp $ */
+/* $OpenBSD: exec_elf.c,v 1.30 2001/01/16 15:49:00 art Exp $ */
/*
* Copyright (c) 1996 Per Fogelstrom
@@ -700,7 +700,7 @@ exec_elf_fixup(p, epp)
* Push extra arguments on the stack needed by dynamically
* linked binaries
*/
- if(error == 0) {
+ if (error == 0) {
a = ai;
a->au_id = AUX_phdr;