mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-28 22:49:59 +01:00
indent: Re-indent function free-packet.
-- Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
0526c99164
commit
ba57f8302a
@ -395,7 +395,7 @@ free_plaintext( PKT_plaintext *pt )
|
||||
}
|
||||
|
||||
/****************
|
||||
* Free the packet in pkt.
|
||||
* Free the packet in PKT.
|
||||
*/
|
||||
void
|
||||
free_packet (PACKET *pkt)
|
||||
@ -406,7 +406,8 @@ free_packet( PACKET *pkt )
|
||||
if (DBG_MEMORY)
|
||||
log_debug ("free_packet() type=%d\n", pkt->pkttype);
|
||||
|
||||
switch( pkt->pkttype ) {
|
||||
switch (pkt->pkttype)
|
||||
{
|
||||
case PKT_SIGNATURE:
|
||||
free_seckey_enc (pkt->pkt.signature);
|
||||
break;
|
||||
@ -442,9 +443,11 @@ free_packet( PACKET *pkt )
|
||||
xfree (pkt->pkt.generic);
|
||||
break;
|
||||
}
|
||||
|
||||
pkt->pkt.generic = NULL;
|
||||
}
|
||||
|
||||
|
||||
/****************
|
||||
* returns 0 if they match.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user