diff options
author | jbj <devnull@localhost> | 1999-10-04 20:18:48 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-10-04 20:18:48 +0000 |
commit | be45257fd9ca72ea8d450afe20ea3fc8254f0798 (patch) | |
tree | 0c49d25f8a0914dbacfd80217bfde0af959e3c78 /lib/depends.c | |
parent | cabcec362682a5bd68d5acc2191333cb903a2e4e (diff) | |
download | librpm-tizen-be45257fd9ca72ea8d450afe20ea3fc8254f0798.tar.gz librpm-tizen-be45257fd9ca72ea8d450afe20ea3fc8254f0798.tar.bz2 librpm-tizen-be45257fd9ca72ea8d450afe20ea3fc8254f0798.zip |
dumb cpp's want white space around lclint annotations (Tim Mooney).
aix: aix.req broken by cut-and-paste (Tim Mooney).
CVS patchset: 3367
CVS date: 1999/10/04 20:18:48
Diffstat (limited to 'lib/depends.c')
-rw-r--r-- | lib/depends.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/depends.c b/lib/depends.c index 2cc3af3d4..3f8cdbfbd 100644 --- a/lib/depends.c +++ b/lib/depends.c @@ -83,7 +83,7 @@ static void alFreeIndex(struct availableList * al) } } -static void alCreate(/*@out@*/struct availableList * al) +static void alCreate( /*@out@*/ struct availableList * al) { al->alloced = 5; al->size = 0; @@ -94,7 +94,7 @@ static void alCreate(/*@out@*/struct availableList * al) alFreeIndex(al); } -static void alFree(/*@only@*/struct availableList * al) +static void alFree( /*@only@*/ struct availableList * al) { int i; rpmRelocation * r; |