Update code.gitea.io/git (#3137)

此提交包含在:
Ethan Koenig
2017-12-11 10:23:34 +08:00
提交者 Lunny Xiao
父節點 682ac11958
當前提交 58a7de2aea
共有 31 個檔案被更改,包括 3274 行新增405 行删除
+2 -2
查看文件
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013 Dave Collins <dave@davec.name>
* Copyright (c) 2013-2016 Dave Collins <dave@davec.name>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -180,7 +180,7 @@ func printComplex(w io.Writer, c complex128, floatPrecision int) {
w.Write(closeParenBytes)
}
// printHexPtr outputs a uintptr formatted as hexidecimal with a leading '0x'
// printHexPtr outputs a uintptr formatted as hexadecimal with a leading '0x'
// prefix to Writer w.
func printHexPtr(w io.Writer, p uintptr) {
// Null pointer.