summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-02-25 16:14:12 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-02-25 16:14:12 +0100
commite37e487f2cea1e79886775799b3a415ca567e631 (patch)
treebaff59b3b311a3d35dcd5ee28d57bac105640093
parentstatic: Invalidate after resize (diff)
downloadwireguard-windows-e37e487f2cea1e79886775799b3a415ca567e631.tar.xz
wireguard-windows-e37e487f2cea1e79886775799b3a415ca567e631.zip
textlabel: Remove double comment layers
Having // // +build resulted in that tag being ignored entirely.
-rw-r--r--textlabel.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/textlabel.go b/textlabel.go
index 44b6018c..ab06ca69 100644
--- a/textlabel.go
+++ b/textlabel.go
@@ -1,8 +1,8 @@
-// // Copyright 2018 The Walk Authors. All rights reserved.
-// // Use of this source code is governed by a BSD-style
-// // license that can be found in the LICENSE file.
+// Copyright 2018 The Walk Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
-// // +build windows
+// +build windows
package walk