mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
C++: autoformat
This commit is contained in:
@@ -1698,7 +1698,8 @@ class TranslatedAllocatorCall extends TTranslatedAllocatorCall, TranslatedDirect
|
|||||||
else
|
else
|
||||||
if index = 1 and expr.hasAlignedAllocation()
|
if index = 1 and expr.hasAlignedAllocation()
|
||||||
then result = getTranslatedExpr(expr.getAlignmentArgument())
|
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