Skip to content

Commit 23052e0

Browse files
committed
* remove trailing spaces. [ci skip]
1 parent 1c0127e commit 23052e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

time.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2277,7 +2277,7 @@ extract_vtm(VALUE time, VALUE orig_time, struct time_object *orig_tobj, VALUE su
22772277
{
22782278
wideval_t t;
22792279
const ID id_to_i = idTo_i;
2280-
struct vtm *vtm = &orig_tobj->vtm;
2280+
struct vtm *vtm = &orig_tobj->vtm;
22812281

22822282
#define EXTRACT_VTM() do { \
22832283
VALUE subsecx; \

0 commit comments

Comments
 (0)