From 3792938dd204127c112e84fc96479c532988cb28 Mon Sep 17 00:00:00 2001
From: tb <>
Date: Thu, 28 Nov 2019 21:41:42 +0000
Subject: go fmt

---
 src/regress/lib/libcrypto/wycheproof/wycheproof.go | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

(limited to 'src')

diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go
index 0936dabc0f..5132090321 100644
--- a/src/regress/lib/libcrypto/wycheproof/wycheproof.go
+++ b/src/regress/lib/libcrypto/wycheproof/wycheproof.go
@@ -1,4 +1,4 @@
-/* $OpenBSD: wycheproof.go,v 1.103 2019/11/28 21:41:14 tb Exp $ */
+/* $OpenBSD: wycheproof.go,v 1.104 2019/11/28 21:41:42 tb Exp $ */
 /*
  * Copyright (c) 2018 Joel Sing <jsing@openbsd.org>
  * Copyright (c) 2018, 2019 Theo Buehler <tb@openbsd.org>
@@ -240,15 +240,15 @@ type wycheproofTestGroupECDSAWebCrypto struct {
 }
 
 type wycheproofTestHkdf struct {
-	TCID	int      `json:"tcId"`
-	Comment	string   `json:"comment"`
-	Ikm	string   `json:"ikm"`
-	Salt	string   `json:"salt"`
-	Info	string   `json:"info"`
-	Size	int      `json:"size"`
-	Okm	string   `json:"okm"`
-	Result	string   `json:"result"`
-	Flags	[]string `json:"flags"`
+	TCID    int      `json:"tcId"`
+	Comment string   `json:"comment"`
+	Ikm     string   `json:"ikm"`
+	Salt    string   `json:"salt"`
+	Info    string   `json:"info"`
+	Size    int      `json:"size"`
+	Okm     string   `json:"okm"`
+	Result  string   `json:"result"`
+	Flags   []string `json:"flags"`
 }
 
 type wycheproofTestGroupHkdf struct {
-- 
cgit v1.2.3-55-g6feb