1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-06 23:17:47 +02:00

gpg: Re-indent and improve documentation of g10/tdbio.c

--
This commit is contained in:
Werner Koch 2015-06-04 17:25:09 +02:00
parent a7f7aa766f
commit 840f807a90
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
2 changed files with 1252 additions and 950 deletions

View File

@ -46,8 +46,8 @@
(x) >= 'A' && (x) <= 'F' ? ((x)-'A'+10) : ((x)-'a'+10)) (x) >= 'A' && (x) <= 'F' ? ((x)-'A'+10) : ((x)-'a'+10))
/**************** /*
* Wirte a record but die on error * Write a record; die on error.
*/ */
static void static void
write_record( TRUSTREC *rec ) write_record( TRUSTREC *rec )
@ -65,7 +65,7 @@ write_record( TRUSTREC *rec )
* Dump the entire trustdb or only the entries of one key. * Dump the entire trustdb or only the entries of one key.
*/ */
void void
list_trustdb( const char *username ) list_trustdb (const char *username)
{ {
TRUSTREC rec; TRUSTREC rec;

File diff suppressed because it is too large Load Diff