Skip to content

Commit cb40fdd

Browse files
author
Jonah Petri
committed
style
1 parent 035ac29 commit cb40fdd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ fn main() {
124124
}
125125

126126
let uclibc_use_time64 = env_flag("CARGO_CFG_LIBC_UNSTABLE_UCLIBC_TIME64");
127-
if target_env == "uclibc"&& uclibc_use_time64
128-
{
127+
if target_env == "uclibc" && uclibc_use_time64 {
129128
set_cfg("linux_time_bits64");
130129
}
131130

0 commit comments

Comments
 (0)