Skip to content

Commit

Permalink
Added newline for prime_sieve.cc to play nicer.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcythr committed Mar 13, 2014
1 parent 2058ce5 commit d0018f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/prime_sieve.cc
Expand Up @@ -63,6 +63,7 @@ int main(int argc, char* argv[])
if(val != 0)
printf("%lu ", val);
}
printf("\n");
});

// Post to the RFUS.
Expand Down

0 comments on commit d0018f5

Please sign in to comment.