gnupg/g10 (23 files)

cvs user dshaw cvs@cvs.gnupg.org
Sat, 24 May 2003 23:50:43 +0200


    Date: Saturday, May 24, 2003 @ 23:50:33
  Author: dshaw
    Path: /cvs/gnupg/gnupg/g10

Modified: ChangeLog armor.c build-packet.c encode.c g10.c getkey.c gpgv.c
          kbnode.c keydb.c keygen.c mainproc.c misc.c openfile.c options.h
          parse-packet.c pkclist.c plaintext.c sig-check.c sign.c signal.c
          status.c tdbio.h textfilter.c

* armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c, build-packet.c,
getkey.c, keydb.c, openfile.c, plaintext.c, status.c, gpgv.c, keygen.c,
options.h, sig-check.c, tdbio.h, encode.c, mainproc.c, parse-packet.c,
signal.c, textfilter.c: Edit all preprocessor instructions to remove
whitespace before the '#'. This is not required by C89, but there are some
compilers out there that don't like it.


----------------+
 ChangeLog      |   10 +++++
 armor.c        |   20 +++++------
 build-packet.c |   12 +++---
 encode.c       |    8 ++--
 g10.c          |   36 ++++++++++----------
 getkey.c       |   18 +++++-----
 gpgv.c         |   28 +++++++--------
 kbnode.c       |    6 +--
 keydb.c        |    3 -
 keygen.c       |    4 +-
 mainproc.c     |    4 +-
 misc.c         |   20 +++++------
 openfile.c     |   12 +++---
 options.h      |   10 ++---
 parse-packet.c |    4 +-
 pkclist.c      |   12 +++---
 plaintext.c    |    7 ---
 sig-check.c    |    6 +--
 sign.c         |    8 ++--
 signal.c       |   40 +++++++++++-----------
 status.c       |   99 +++++++++++++++++++++++++++----------------------------
 tdbio.h        |    2 -
 textfilter.c   |   11 ++----
 23 files changed, 190 insertions(+), 190 deletions(-)