Skip to content

Commit ffc48d5

Browse files
Remove trailing whitespace
1 parent 34b7430 commit ffc48d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_lsprof.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry)
326326
if (subentry)
327327
++subentry->recursionLevel;
328328
}
329-
pObj->inCallback = 1;
329+
pObj->inCallback = 1;
330330
self->t0 = call_timer(pObj);
331331
pObj->inCallback = 0;
332332
}

0 commit comments

Comments
 (0)