From b5711d18c53fb97aa8b685639926e66e72df7d67 Mon Sep 17 00:00:00 2001 From: Saxon Date: Sun, 7 Apr 2019 13:32:58 +0930 Subject: [PATCH] protocol/rtp: fixed indentation issue in file header --- protocol/rtp/parse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/rtp/parse.go b/protocol/rtp/parse.go index 63e5dc2d..92c75b0a 100644 --- a/protocol/rtp/parse.go +++ b/protocol/rtp/parse.go @@ -19,7 +19,7 @@ LICENSE It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - for more details. + for more details. You should have received a copy of the GNU General Public License in gpl.txt. If not, see [GNU licenses](http://www.gnu.org/licenses).