From 8d04fcaf4b28153227ddc2b6df995468ffeb356a Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 2 Oct 2015 13:45:12 +0200 Subject: Make lint happy, minor formating --- misc/codes.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/codes.go b/misc/codes.go index 6bc3e13..075fe1c 100644 --- a/misc/codes.go +++ b/misc/codes.go @@ -104,7 +104,7 @@ var phoneCodes = map[int]string{ var keyCodes = map[int]string{ 0x00: `Not stored key`, - 0x02: `ICD Group(GDN)`, + 0x02: `ICD Group (GDN)`, 0x03: `Single-CO`, 0x04: `Group-CO`, 0x05: `Loop-CO`, @@ -132,7 +132,7 @@ var keyCodes = map[int]string{ 0x60: `Voice Mail Transfer`, 0x61: `Two Way Record`, 0x62: `Two Way Transfer`, - 0x63: `Live Call Screen(LCS)`, + 0x63: `Live Call Screen (LCS)`, 0x70: `Wake Up Alert`, 0x71: `Wake Up Set`, 0x72: `Check In`, -- cgit v1.2.3