mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01:00
gpg: Re-indent and improve documentation of g10/tdbio.c
--
This commit is contained in:
parent
a7f7aa766f
commit
840f807a90
@ -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;
|
||||||
|
|
||||||
|
2196
g10/tdbio.c
2196
g10/tdbio.c
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user