From 983c633a7c1c8bfab58832ebb30631d8a35b9bfd Mon Sep 17 00:00:00 2001 From: Joe Looney Date: Thu, 8 Oct 2015 07:29:14 -0400 Subject: [PATCH] formatting --- download.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/download.php b/download.php index 225827f..fd396bf 100644 --- a/download.php +++ b/download.php @@ -17,24 +17,24 @@ $i = 0; //read folding data from file - do { + do { $line=bzread($bz, 8092); - if($line!==false) { + if($line!==false) { - $data[$i] = $line; + $data[$i] = $line; - $i++; + $i++; - } + } - } + } while($line); bzclose($bz); - //write data as [TODAY].txt + //write data as [TODAY].txt file_put_contents("$filename", $data); $data = null; @@ -49,4 +49,4 @@ -?> \ No newline at end of file +?>