Coding standards

v1.1
Pierrick Charron 2010-08-12 03:27:21 +00:00
parent e4b0c389d6
commit d667481cd7
1 changed files with 1 additions and 2 deletions

View File

@ -450,8 +450,7 @@ stomp_frame_t *stomp_read_frame(stomp_t *stomp)
char *cmd = NULL, *length_str = NULL;
int length = 0;
if (!stomp_select(stomp))
{
if (!stomp_select(stomp)) {
return NULL;
}