Skip to content

Commit f229f83

Browse files
author
Зишан Мирза
committed
format code with clang-format
1 parent 4c8e204 commit f229f83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/src/time/ctime_r.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ LLVM_LIBC_FUNCTION(char *, ctime_r, (const time_t *t_ptr, char *buffer)) {
2121
return nullptr;
2222
}
2323

24-
return time_utils::asctime(time_utils::localtime_internal(t_ptr, &tm_out), buffer,
25-
TimeConstants::ASCTIME_MAX_BYTES);
24+
return time_utils::asctime(time_utils::localtime_internal(t_ptr, &tm_out),
25+
buffer, TimeConstants::ASCTIME_MAX_BYTES);
2626
}
2727

2828
} // namespace LIBC_NAMESPACE_DECL

0 commit comments

Comments
 (0)