diff options
author | 2002-07-29 22:43:36 +0000 | |
---|---|---|
committer | 2002-07-29 22:43:36 +0000 | |
commit | ad6be02343fce2df3837b2a1c8c8672f2f3bb727 (patch) | |
tree | c3347c4757bc6e9a79dffe351850ae99bb4b5db7 | |
parent | o complete restructuring (diff) | |
download | wireguard-openbsd-ad6be02343fce2df3837b2a1c8c8672f2f3bb727.tar.xz wireguard-openbsd-ad6be02343fce2df3837b2a1c8c8672f2f3bb727.zip |
minor formatting
-rw-r--r-- | libexec/ld.so/sod.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libexec/ld.so/sod.c b/libexec/ld.so/sod.c index 1d36627acbf..d1bf155e5a2 100644 --- a/libexec/ld.so/sod.c +++ b/libexec/ld.so/sod.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sod.c,v 1.14 2002/07/12 20:18:30 drahn Exp $ */ +/* $OpenBSD: sod.c,v 1.15 2002/07/29 22:43:36 art Exp $ */ /* * Copyright (c) 1993 Paul Kranenburg @@ -204,7 +204,8 @@ _dl_findhint(name, major, minor, prefered_path) { struct hints_bucket *bp; - /* If not mapped, and we have not tried before, try to map the + /* + * If not mapped, and we have not tried before, try to map the * hints, if previous attempts failed hheader is -1 and we * do not wish to retry it. */ |