Skip to content

Commit 113bb5a

Browse files
committed
clangformat
1 parent 7d81573 commit 113bb5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/tools/c-index-test/c-index-test.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3559,7 +3559,8 @@ static CXIdxClientContainer makeClientContainer(CXClientData *client_data,
35593559
node = (IndexDataStringList *)malloc(len);
35603560
assert(node);
35613561
newStr = node->data;
3562-
snprintf(newStr, len - sizeof(IndexDataStringList) , "%s:%d:%d", name, line, column);
3562+
snprintf(newStr, len - sizeof(IndexDataStringList), "%s:%d:%d", name, line,
3563+
column);
35633564

35643565
/* Remember string so it can be freed later. */
35653566
index_data = (IndexData *)client_data;

0 commit comments

Comments
 (0)