remove some tabs

This commit is contained in:
Joseph Poirier 2017-08-14 22:54:09 -05:00
parent df15ea775c
commit e4a559a1dc
No known key found for this signature in database
GPG key ID: 65858A2540EBDA40

View file

@ -160,8 +160,10 @@ void ExpressionStackShow(Picoc *pc, struct ExpressionStack *StackTop)
printf("%ld:unsigned long", StackTop->Val->Val->UnsignedLongInteger);
break;
case TypeFP:
printf("%f:fp", StackTop->Val->Val->FP); break;
case TypeFunction: printf("%s:function", StackTop->Val->Val->Identifier);
printf("%f:fp", StackTop->Val->Val->FP);
break;
case TypeFunction:
printf("%s:function", StackTop->Val->Val->Identifier);
break;
case TypeMacro:
printf("%s:macro", StackTop->Val->Val->Identifier);