mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-02-06 04:30:13 +00:00
Fix indentation of a few lines.
This commit is contained in:
parent
f4b0993007
commit
5357e65859
@ -1906,11 +1906,11 @@ var
|
||||
codeGeneration := lCodeGeneration and (numErrors = 0);
|
||||
{get controlling type after conversions}
|
||||
if expressionType^.kind = functionType then begin
|
||||
controllingType.size := cgLongSize;
|
||||
controllingType.saveDisp := 0;
|
||||
controllingType.qualifiers := [];
|
||||
controllingType.kind := pointerType;
|
||||
controllingType.pType := expressionType;
|
||||
controllingType.size := cgLongSize;
|
||||
controllingType.saveDisp := 0;
|
||||
controllingType.qualifiers := [];
|
||||
controllingType.kind := pointerType;
|
||||
controllingType.pType := expressionType;
|
||||
end {if}
|
||||
else if expressionType^.kind in [structType,unionType] then begin
|
||||
controllingType.size := expressionType^.size;
|
||||
|
Loading…
x
Reference in New Issue
Block a user