Skip to content

Commit e17adf1

Browse files
committed
C++: autoformat
1 parent 6c9051a commit e17adf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/TranslatedExpr.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1698,7 +1698,8 @@ class TranslatedAllocatorCall extends TTranslatedAllocatorCall, TranslatedDirect
16981698
else
16991699
if index = 1 and expr.hasAlignedAllocation()
17001700
then result = getTranslatedExpr(expr.getAlignmentArgument())
1701-
else result = getTranslatedExpr(expr.getAllocatorCall().getArgument(index).getFullyConverted())
1701+
else
1702+
result = getTranslatedExpr(expr.getAllocatorCall().getArgument(index).getFullyConverted())
17021703
}
17031704
}
17041705

0 commit comments

Comments
 (0)