Skip to content

Commit

Permalink
Maybe there should not be LISP style indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ishiikurisu committed Nov 3, 2016
1 parent 1f1d612 commit 319614f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions edfWrite.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,7 @@ func writeASCIIChannel(record []int16, factor float64, index int) (string, int)
func formatAnnotations(raw []byte) string {
return formatAnnotationsFeedback(0, raw, false, "")
}
func formatAnnotationsFeedback(index int,
raw []byte,
inside bool,
box string) string {
func formatAnnotationsFeedback(index int, raw []byte, inside bool, box string) string {
if index == len(raw) {
return box
} else if inside {
Expand Down

0 comments on commit 319614f

Please sign in to comment.