diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-02-03 21:04:18 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-02-03 21:04:18 +0000 |
commit | 8a383599e411fcbfeb1d2c19a972845f1daa524b (patch) | |
tree | 22e45556cc2e7a9cae2015bfb4b58ff2de9bc20e | |
parent | 6b790cc3291018bfe41c88e1ae88c1d9a0c650f1 (diff) |
Remove trailing whitespace
-rw-r--r-- | app/models/incoming_message.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb index 131970ba6..421d79039 100644 --- a/app/models/incoming_message.rb +++ b/app/models/incoming_message.rb @@ -773,12 +773,12 @@ class IncomingMessage < ActiveRecord::Base # which is really messy. ensure_parts_counted attachments = [] - for leaf in leaves + for leaf in leaves body = leaf.body # As leaf.body causes MIME decoding which uses lots of RAM, do garbage collection here # to prevent excess memory use. XXX not really sure if this helps reduce # peak RAM use overall. Anyway, maybe there is something better to do than this. - GC.start + GC.start if leaf.within_rfc822_attachment within_rfc822_subject = leaf.within_rfc822_attachment.subject # Test to see if we are in the first part of the attached |