Apply tizen coding convention for C++ and header
[platform/core/api/audio-io.git] / include / CAudioIODef.h
index 74bb000..04c2e55 100644 (file)
 
 #define VALID_POINTER_START(_x_) { \
     if ((_x_) != NULL) {
-
 #define VALID_POINTER_END } \
 }