]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/pprof/internal/profile: insert blank line after non-doc comment
authorRuss Cox <rsc@golang.org>
Thu, 12 Mar 2015 18:26:05 +0000 (14:26 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 16 Mar 2015 23:07:15 +0000 (23:07 +0000)
Change-Id: I91fe72c60d6c41644780474620e05380e9af2a3d
Reviewed-on: https://go-review.googlesource.com/7620
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/pprof/internal/profile/filter.go

index 903616aac69d826862c7cdf7e7a11f8d36af3d3c..1baa096a49c80ae782340c55a940ec0cf26c8b64 100644 (file)
@@ -3,6 +3,7 @@
 // license that can be found in the LICENSE file.
 
 // Implements methods to filter samples from profiles.
+
 package profile
 
 import "regexp"