diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-25 15:56:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-25 15:56:20 +0000 |
commit | fe15f9f7efb7aadca1b0706c949f3c98a5c9d507 (patch) | |
tree | d0fe001e7fa408f1918ba45a408b360cefa6f354 /libexec/ld.so/i386/ldasm.S | |
parent | 940d7463b98bd355f1d60a5edc0b0b9406e5d273 (diff) |
spacing
Diffstat (limited to 'libexec/ld.so/i386/ldasm.S')
-rw-r--r-- | libexec/ld.so/i386/ldasm.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/i386/ldasm.S b/libexec/ld.so/i386/ldasm.S index 2bc1bccaa91..7d218134502 100644 --- a/libexec/ld.so/i386/ldasm.S +++ b/libexec/ld.so/i386/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.7 2003/07/09 21:01:10 drahn Exp $ */ +/* $OpenBSD: ldasm.S,v 1.8 2004/05/25 15:56:18 deraadt Exp $ */ /* * Copyright (c) 2002 Dale Rahn @@ -28,7 +28,7 @@ */ -#define DL_DATA_SIZE (16*4) +#define DL_DATA_SIZE (16*4) #include <sys/syscall.h> #include <machine/asm.h> |