From 44c1a65760bf1c822652f9a368f475810ce1f73b Mon Sep 17 00:00:00 2001 From: Nick Harper Date: Mon, 23 Jan 2017 16:28:12 -0800 Subject: [PATCH] Run go fmt on bogo code. Change-Id: I15363a9c9ebb4e08bd9cf45ba2c95368766bb19b Reviewed-on: https://boringssl-review.googlesource.com/13240 Reviewed-by: David Benjamin --- ssl/test/runner/cipher_suites.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ssl/test/runner/cipher_suites.go b/ssl/test/runner/cipher_suites.go index dd1bab61..a2c6fbfc 100644 --- a/ssl/test/runner/cipher_suites.go +++ b/ssl/test/runner/cipher_suites.go @@ -509,7 +509,7 @@ const ( // Additional cipher suite IDs, not IANA-assigned. const ( - TLS_AES_128_GCM_SHA256 uint16 = 0x1301 - TLS_AES_256_GCM_SHA384 uint16 = 0x1302 - TLS_CHACHA20_POLY1305_SHA256 uint16 = 0x1303 + TLS_AES_128_GCM_SHA256 uint16 = 0x1301 + TLS_AES_256_GCM_SHA384 uint16 = 0x1302 + TLS_CHACHA20_POLY1305_SHA256 uint16 = 0x1303 )