Skip to content

Commit 0fb63f9

Browse files
committed
Fix whitespace
1 parent 6aaa45d commit 0fb63f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BSON/UTCDateTime.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ PHP_METHOD(UTCDateTime, __construct)
5555
long milliseconds;
5656
#if SIZEOF_LONG == 4
5757
char *s_milliseconds;
58-
int s_milliseconds_len;
58+
int s_milliseconds_len;
5959
#endif
6060

6161

0 commit comments

Comments
 (0)