Skip to content

Commit a329da0

Browse files
Format missed file
1 parent fc00564 commit a329da0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/common/src/codingstandards/cpp/exceptions/SpecialFunctionExceptions.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ class FunctionGivenToStdExitHandler extends FunctionAccess, SpecialUseOfFunction
8383

8484
FunctionGivenToStdExitHandler() {
8585
exitHandler.hasGlobalOrStdName(["atexit", "at_quick_exit", "set_terminate"]) and
86-
exitHandlerCall.getTarget() = exitHandler and
87-
exitHandlerCall.getArgument(0) = this
86+
exitHandlerCall.getTarget() = exitHandler and
87+
exitHandlerCall.getArgument(0) = this
8888
}
8989

9090
override Function getFunction() { result = getTarget() }

0 commit comments

Comments
 (0)