summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/lib/myndbm.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-12-03 14:17:06 +0000
committerpeter <peter@FreeBSD.org>1995-12-03 14:17:06 +0000
commit9ca0b4c9b412d7dda977978385bde9c882ff3f80 (patch)
tree117f9ffd4a531ea36c0d4a1d741bc1e14cb9aa98 /gnu/usr.bin/cvs/lib/myndbm.c
parent35ee95831939f06cb374e771e2a51cf938bff1fa (diff)
downloadFreeBSD-src-9ca0b4c9b412d7dda977978385bde9c882ff3f80.zip
FreeBSD-src-9ca0b4c9b412d7dda977978385bde9c882ff3f80.tar.gz
Restore white spaces to original cvs-1.4Alpha2 state so that we can
deal with the cvs-1.6 (and beyond) imports more cleanly and safely.
Diffstat (limited to 'gnu/usr.bin/cvs/lib/myndbm.c')
-rw-r--r--gnu/usr.bin/cvs/lib/myndbm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/cvs/lib/myndbm.c b/gnu/usr.bin/cvs/lib/myndbm.c
index a8c9527..33ef49c 100644
--- a/gnu/usr.bin/cvs/lib/myndbm.c
+++ b/gnu/usr.bin/cvs/lib/myndbm.c
@@ -1,13 +1,13 @@
/*
* Copyright (c) 1992, Brian Berliner
- *
+ *
* You may distribute under the terms of the GNU General Public License as
* specified in the README file that comes with the CVS 1.4 kit.
- *
+ *
* A simple ndbm-emulator for CVS. It parses a text file of the format:
- *
+ *
* key value
- *
+ *
* at dbm_open time, and loads the entire file into memory. As such, it is
* probably only good for fairly small modules files. Ours is about 30K in
* size, and this code works fine.
OpenPOWER on IntegriCloud