Skip to content

Commit 89bdd9c

Browse files
committed
Code format update
[ci skip]
1 parent 7c89b38 commit 89bdd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3_usleep_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void usleep(__int64 usec)
2525
HANDLE timer;
2626
LARGE_INTEGER ft;
2727
28-
// Convert to 100 nanosecond interval, negative value indicates relative time
28+
// Convert to 100 nanosecond interval, negative value indicates relative time
2929
ft.QuadPart = -(10*usec);
3030
3131
timer = CreateWaitableTimer(NULL, TRUE, NULL);

0 commit comments

Comments
 (0)