Changeset 85 in libcf for trunk/src/cf_debug.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_debug.c

    r80 r85  
    2121#define IS_READABLE_CHAR(__c)       (' ' <= __c && __c <= '~')
    2222
    23 #define ASSERT_CTX(__ctx)                   \
    24     if (__ctx == NULL)                      \
     23#define ASSERT_CTX(__ctx)   \
     24    if (__ctx == NULL)      \
    2525        return CF_ERROR_DEBUG_INVALID_CTX
    2626
Note: See TracChangeset for help on using the changeset viewer.