summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormartin <martin@openbsd.org>2008-02-09 20:59:09 +0000
committermartin <martin@openbsd.org>2008-02-09 20:59:09 +0000
commit719f9894f434634e45719775c5af4034ebb19a65 (patch)
treea0a029b04524f2a6d6da9dcba227efc1ac8f30c3
parentregen (diff)
downloadwireguard-openbsd-719f9894f434634e45719775c5af4034ebb19a65.tar.xz
wireguard-openbsd-719f9894f434634e45719775c5af4034ebb19a65.zip
missing newline at EOF
-rw-r--r--usr.bin/pmdb/arch/alpha/alpha.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pmdb/arch/alpha/alpha.c b/usr.bin/pmdb/arch/alpha/alpha.c
index 37a36e39ccc..5070b14aac9 100644
--- a/usr.bin/pmdb/arch/alpha/alpha.c
+++ b/usr.bin/pmdb/arch/alpha/alpha.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: alpha.c,v 1.3 2002/07/22 02:54:23 art Exp $ */
+/* $OpenBSD: alpha.c,v 1.4 2008/02/09 20:59:09 martin Exp $ */
/*
* Copyright (c) 2002 Artur Grabowski <art@openbsd.org>
* All rights reserved.
@@ -67,4 +67,4 @@ md_getregs(struct pstate *ps, reg *regs)
memcpy(regs, &r, sizeof(r));
return (0);
-} \ No newline at end of file
+}