aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-12-28 14:38:19 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-12-28 14:38:19 +0000
commitfee2b8b2b993669a172cc0ec0cb61c858cb49b6a (patch)
tree904d716396ff3c3474a20ddc17a9041d70506baa
parentbbe198de5e73954953f208134302525196addd01 (diff)
Tab => Spaces
svn path=/trunk/; revision=46826
-rw-r--r--epan/dissectors/packet-ssl-utils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-ssl-utils.c b/epan/dissectors/packet-ssl-utils.c
index ecf9144eb0..1a94feded1 100644
--- a/epan/dissectors/packet-ssl-utils.c
+++ b/epan/dissectors/packet-ssl-utils.c
@@ -3006,7 +3006,7 @@ ssl_find_private_key(SslDecryptSession *ssl_session, GHashTable *key_hash, GTree
Ssl_private_key_t * private_key;
if (!ssl_session) {
- return 0;
+ return 0;
}
/* we need to know which side of the conversation is speaking */
@@ -3885,9 +3885,9 @@ ssl_set_debug(const gchar* name)
ssl_debug_printf("Wireshark SSL debug log " VERSION
#ifdef SVNVERSION
- " (" SVNVERSION " from " SVNPATH ")"
+ " (" SVNVERSION " from " SVNPATH ")"
#endif
- "\n\n");
+ "\n\n");
}
void