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, 15 insertions, 0 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 new file mode 100644 index 00000000..1a22a3af --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/pawn/60005-unbraced.p @@ -0,0 +1,15 @@ + +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, _ }: ... ); |