From a48b1242dfd32e86f590fc218e49c823ba68a49e Mon Sep 17 00:00:00 2001 From: vspader Date: Thu, 5 Mar 2009 08:09:29 -0800 Subject: [PATCH] Formatting changes. --- Plugins/HTTPSource/HTTPSource.mm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Plugins/HTTPSource/HTTPSource.mm b/Plugins/HTTPSource/HTTPSource.mm index 256e142a8..a6f8c3adc 100644 --- a/Plugins/HTTPSource/HTTPSource.mm +++ b/Plugins/HTTPSource/HTTPSource.mm @@ -38,8 +38,7 @@ } int st = _get->run(); - if (st < 0) - { + if (st < 0) { return NO; }