Skip to content

Commit 4c44494

Browse files
committed
Fix inconsistent indentation
1 parent d980a5f commit 4c44494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fuseparts/_fusemodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ listxattr_func(const char *path, char *list, size_t size)
986986
for (;;) {
987987
size_t ilen;
988988

989-
w = PyIter_Next(iter);
989+
w = PyIter_Next(iter);
990990
if (!w) {
991991
ret = lx - list;
992992
break;

0 commit comments

Comments
 (0)