minor spacing fix

This commit is contained in:
Michael Rash
2012-11-13 21:12:41 -05:00
parent bc58b3a15f
commit 70afd9c2d4
+2 -2
View File
@@ -154,7 +154,7 @@ fko_encode_spa_data(fko_ctx_t ctx)
if((res = append_b64(tbuf, ctx->nat_access)) != FKO_SUCCESS)
{
free(tbuf);
return(res);
return(res);
}
}
@@ -167,7 +167,7 @@ fko_encode_spa_data(fko_ctx_t ctx)
if((res = append_b64(tbuf, ctx->server_auth)) != FKO_SUCCESS)
{
free(tbuf);
return(res);
return(res);
}
}