Formatting.
This commit is contained in:
parent
819bdf4372
commit
ab2fdfb9cc
|
@ -44,7 +44,6 @@ bool fromToFunc( LIBEVAL::CONTEXT* aCtx, void* self )
|
||||||
PCBEXPR_VAR_REF* vref = static_cast<PCBEXPR_VAR_REF*>( self );
|
PCBEXPR_VAR_REF* vref = static_cast<PCBEXPR_VAR_REF*>( self );
|
||||||
BOARD_ITEM* item = vref ? vref->GetObject( aCtx ) : nullptr;
|
BOARD_ITEM* item = vref ? vref->GetObject( aCtx ) : nullptr;
|
||||||
LIBEVAL::VALUE* result = aCtx->AllocValue();
|
LIBEVAL::VALUE* result = aCtx->AllocValue();
|
||||||
|
|
||||||
LIBEVAL::VALUE* argTo = aCtx->Pop();
|
LIBEVAL::VALUE* argTo = aCtx->Pop();
|
||||||
LIBEVAL::VALUE* argFrom = aCtx->Pop();
|
LIBEVAL::VALUE* argFrom = aCtx->Pop();
|
||||||
|
|
||||||
|
@ -78,7 +77,6 @@ static void existsOnLayerFunc( LIBEVAL::CONTEXT* aCtx, void *self )
|
||||||
{
|
{
|
||||||
PCBEXPR_VAR_REF* vref = static_cast<PCBEXPR_VAR_REF*>( self );
|
PCBEXPR_VAR_REF* vref = static_cast<PCBEXPR_VAR_REF*>( self );
|
||||||
BOARD_ITEM* item = vref ? vref->GetObject( aCtx ) : nullptr;
|
BOARD_ITEM* item = vref ? vref->GetObject( aCtx ) : nullptr;
|
||||||
|
|
||||||
LIBEVAL::VALUE* arg = aCtx->Pop();
|
LIBEVAL::VALUE* arg = aCtx->Pop();
|
||||||
LIBEVAL::VALUE* result = aCtx->AllocValue();
|
LIBEVAL::VALUE* result = aCtx->AllocValue();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue