fmt update

Fix: Placed all +build tags in the same location
Fix: Split CFLAGS, LDFLAGS into seperate lines for readability and lookup
Fix: Placed empty line between copyright comments and build tags for readability
Fix: Placed OS specfic cgo flags at the end if the cgo sections contains multiple lines.
This commit is contained in:
Gert-Jan Timmer
2018-05-27 00:05:45 +02:00
parent b8b158db6f
commit 420bfbcac8
23 changed files with 42 additions and 13 deletions

View File

@@ -1,10 +1,10 @@
// +build cgo
// Copyright (C) 2018 G.J.R. Timmer <gjr.timmer@gmail.com>.
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
// +build cgo
package sqlite3
// usleep is a function available on *nix based systems.