aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/smtp
diff options
context:
space:
mode:
authorGravatar CodaFi <devteam.codafi@gmail.com>2013-09-24 20:31:33 -0600
committerGravatar CodaFi <devteam.codafi@gmail.com>2013-09-24 20:31:33 -0600
commitaae824111ba707346e1b90a0f9c778d9618d6c91 (patch)
tree11265078f4fe36afe5ab07db50d1df0b96c7b6c0 /src/core/smtp
parent95b6c6ac75ecf66eb8d627a5ea4925057a27f7f7 (diff)
Brace styling
Diffstat (limited to 'src/core/smtp')
-rw-r--r--src/core/smtp/MCSMTPSession.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/smtp/MCSMTPSession.cc b/src/core/smtp/MCSMTPSession.cc
index 50dfc231..b9f71cb9 100644
--- a/src/core/smtp/MCSMTPSession.cc
+++ b/src/core/smtp/MCSMTPSession.cc
@@ -756,7 +756,8 @@ void SMTPSession::sendMessage(MessageBuilder * msg, SMTPProgressCallback * callb
recipients->release();
}
-void SMTPSession::noop(ErrorCode * pError) {
+void SMTPSession::noop(ErrorCode * pError)
+{
int r;
if (mSmtp == NULL)