math: new powf
[musl] / include / utime.h
index ec82e0f..dd5ff92 100644 (file)
@@ -9,8 +9,7 @@ extern "C" {
 
 #include <bits/alltypes.h>
 
-struct utimbuf
-{
+struct utimbuf {
        time_t actime;
        time_t modtime;
 };