From: Russ Cox Date: Thu, 12 Mar 2015 18:26:05 +0000 (-0400) Subject: cmd/pprof/internal/profile: insert blank line after non-doc comment X-Git-Tag: go1.5beta1~1562 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8e2a57e643b632751cde8a10a85665e103b5188f;p=gostls13.git cmd/pprof/internal/profile: insert blank line after non-doc comment Change-Id: I91fe72c60d6c41644780474620e05380e9af2a3d Reviewed-on: https://go-review.googlesource.com/7620 Reviewed-by: Josh Bleecher Snyder Reviewed-by: Rob Pike --- diff --git a/src/cmd/pprof/internal/profile/filter.go b/src/cmd/pprof/internal/profile/filter.go index 903616aac6..1baa096a49 100644 --- a/src/cmd/pprof/internal/profile/filter.go +++ b/src/cmd/pprof/internal/profile/filter.go @@ -3,6 +3,7 @@ // license that can be found in the LICENSE file. // Implements methods to filter samples from profiles. + package profile import "regexp"