Skip to content

Commit

Permalink
Fix whitespace (use blanks consistently).
Browse files Browse the repository at this point in the history
Change-Id: I73ecfe8f1e46e4821dafc6ed5788f48a1f0deeea
Reviewed-on: https://go-review.googlesource.com/1213
Reviewed-by: Alan Donovan <[email protected]>
  • Loading branch information
griesemer committed Dec 8, 2014
1 parent 212914f commit 7796821
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/fibo.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
// license that can be found in the LICENSE file.

// Usage:
// fibo <n> compute fibonacci(n), n must be >= 0
// fibo -bench benchmark fibonacci computation (takes about 1 min)
// fibo <n> compute fibonacci(n), n must be >= 0
// fibo -bench benchmark fibonacci computation (takes about 1 min)
//
// Additional flags:
// -half add values using two half-digit additions
// -opt optimize memory allocation through reuse
// -short only print the first 10 digits of very large fibonacci numbers
// -opt optimize memory allocation through reuse
// -short only print the first 10 digits of very large fibonacci numbers

// Command fibo is a stand-alone test and benchmark to
// evaluate the performance of bignum arithmetic written
Expand Down

0 comments on commit 7796821

Please sign in to comment.