Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
loon3 committed Oct 8, 2015
1 parent 35a92e1 commit 983c633
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions download.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -49,4 +49,4 @@



?>
?>

0 comments on commit 983c633

Please sign in to comment.