More go fmt.
This commit is contained in:
parent
43b3f1c2a8
commit
94f9684e68
|
@ -4,9 +4,9 @@ package ui
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"sync"
|
||||
"syscall"
|
||||
"unsafe"
|
||||
"sync"
|
||||
)
|
||||
|
||||
type sysData struct {
|
||||
|
@ -627,7 +627,7 @@ func (s *sysData) setProgress(percent int) {
|
|||
if percent == 100 {
|
||||
send(_PBM_SETRANGE32, 0, 101)
|
||||
}
|
||||
send(_PBM_SETPOS, percent + 1, 0)
|
||||
send(_PBM_SETPOS, percent+1, 0)
|
||||
send(_PBM_SETPOS, percent, 0)
|
||||
if percent == 100 {
|
||||
send(_PBM_SETRANGE32, 0, 100)
|
||||
|
|
Loading…
Reference in New Issue