Remove trailing whitespace

This commit is contained in:
j883376
2013-05-06 13:07:41 -04:00
parent 7a93966158
commit ffcff4aea1
548 changed files with 16397 additions and 16398 deletions
@@ -1,7 +1,7 @@
<?
my $action = $request->get("action", "none");
my $bug_id = $request->get("bug_id", "-1");
if($action eq "resolve") {
if($bug_id != -1) {
$EQW->ResolveBug($bug_id);