diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60005-unbraced.p')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60005-unbraced.p | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60005-unbraced.p b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60005-unbraced.p deleted file mode 100644 index 1a22a3af..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60005-unbraced.p +++ /dev/null @@ -1,15 +0,0 @@ - -public eBombPickUp(id) -{ - if (BombPickUp) { - announceEvent(id, "PICKED_BOMB"); - } -} - -stock Float:operator-(Float:oper) -{ - return oper ^ Float:((-1) ^ ((-1) / 2)); /* IEEE values are sign/magnitude */ -} - -native Float:floatadd( Float:dividend, Float:divisor ); -native Result:dbi_query( Sql:_sql, _query[], { Float, _ }: ... ); |