summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-08-09 15:23:09 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-08-09 15:23:09 +0100
commit5b07f1f97c1119c8c09b0196395d7357292c7411 (patch)
treeebea33dc69325efbd93b36640b88a7129d30a984
parent9ade4966aa3848beccdbdebb8aa4a70deff3308f (diff)
keep the coding-style checker happy
-rw-r--r--examples/dump-certificates.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/dump-certificates.c b/examples/dump-certificates.c
index 41584a8..f0c045a 100644
--- a/examples/dump-certificates.c
+++ b/examples/dump-certificates.c
@@ -160,11 +160,11 @@ main (int argc,
}
jid = argv[1];
-
+
if (argc == 4)
{
server = argv[2];
- port = atoi(argv[3]);
+ port = atoi (argv[3]);
}
/* This example doesn't use your real password because it does not actually