mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02: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 )
|
||||||
|
760
g10/tdbio.c
760
g10/tdbio.c
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user