Run zig fmt on src/ and lib/std/

This replaces callconv(.Inline) with the more idiomatic inline keyword.
This commit is contained in:
Isaac Freund
2021-05-20 17:07:06 +02:00
parent 4a582734fd
commit 5b850d5c92
41 changed files with 244 additions and 306 deletions

View File

@@ -38,7 +38,7 @@ pub fn Complex(comptime T: type) type {
/// Imaginary part.
im: T,
/// Deprecated, use init()
pub const new = init;