Skip to content

Commit 53bac87

Browse files
author
Mike Essenmacher
committed
Clang format updates
Signed-off-by: Mike Essenmacher <[email protected]>
1 parent fc29ccc commit 53bac87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runtime/jni/jnilog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ enum { LOG_TRACE, LOG_DEBUG, LOG_INFO, LOG_WARNING, LOG_ERROR, LOG_FATAL };
5757
* truncated. \
5858
*/ \
5959
assert(snprintf(buf + strlen(buf), 6, \
60-
(__i == __l) ? " " : (__j == 1) ? " ... " : "... ") >=0 && \
60+
(__i == __l) ? " " : (__j == 1) ? " ... " : "... ") >= 0 && \
6161
"snprintf write error to buf"); \
6262
} while (0)
6363

0 commit comments

Comments
 (0)