Skip to content

Commit

Permalink
indent fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Feb 17, 2014
1 parent 0187537 commit b6be0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Imap_Client/lib/Horde/Imap/Client/Ids.php
Expand Up @@ -367,7 +367,7 @@ public function count()
{
return is_array($this->_ids)
? count($this->_ids)
: 0;
: 0;
}

/* Iterator methods. */
Expand Down

0 comments on commit b6be0d0

Please sign in to comment.