mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
C++: autoformat
This commit is contained in:
@@ -1698,7 +1698,8 @@ class TranslatedAllocatorCall extends TTranslatedAllocatorCall, TranslatedDirect
|
||||
else
|
||||
if index = 1 and expr.hasAlignedAllocation()
|
||||
then result = getTranslatedExpr(expr.getAlignmentArgument())
|
||||
else result = getTranslatedExpr(expr.getAllocatorCall().getArgument(index).getFullyConverted())
|
||||
else
|
||||
result = getTranslatedExpr(expr.getAllocatorCall().getArgument(index).getFullyConverted())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user