more tabbing

This commit is contained in:
Ward Wouts 2003-04-28 20:50:43 +00:00
parent 1ee3be4ce1
commit 7cc5c45888

View file

@ -1,6 +1,6 @@
################################# #################################
# #
# $Dwarf: article.rb,v 1.65 2003/04/28 20:30:18 ward Exp $ # $Dwarf: article.rb,v 1.66 2003/04/28 20:34:15 ward Exp $
# $Source$ # $Source$
# #
# article.rb # article.rb
@ -330,7 +330,7 @@ def get_group_body(subj)
end end
if (i+1 < @groups[subj]["messages"].length) and if (i+1 < @groups[subj]["messages"].length) and
(@groups[subj]["messages"][i] == @groups[subj]["messages"][i+1]) (@groups[subj]["messages"][i] == @groups[subj]["messages"][i+1])
print "Trying next server...\n" print " Trying next server...\n"
i += 1 i += 1
else else
raise TempError, " Message-id not on another server" raise TempError, " Message-id not on another server"