Changeset 85 in libcf for trunk/src/cf_file.c


Ignore:
Timestamp:
05/03/13 11:16:57 (11 years ago)
Author:
cheese
Message:

#1 modify assertion logic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_file.c

    r66 r85  
    4747#define FILE_MODE       S_IWUSR|S_IRUSR|S_IRGRP|S_IROTH
    4848
    49 #define ASSERT_ARGS(x)                  \
    50     if ((x))                            \
     49#define ASSERT_ARGS(x)  \
     50    if ((x))            \
    5151        return CF_ERROR_FILE_INVALID_ARGS
    5252
Note: See TracChangeset for help on using the changeset viewer.