From 5b850d5c9251900962e52154eb0fb9c2a344476d Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Thu, 20 May 2021 17:07:06 +0200 Subject: Run `zig fmt` on src/ and lib/std/ This replaces callconv(.Inline) with the more idiomatic inline keyword. --- lib/std/math/complex.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/std/math/complex.zig') diff --git a/lib/std/math/complex.zig b/lib/std/math/complex.zig index 614d9d0ae1..7d37fcca5b 100644 --- a/lib/std/math/complex.zig +++ b/lib/std/math/complex.zig @@ -38,7 +38,7 @@ pub fn Complex(comptime T: type) type { /// Imaginary part. im: T, - + /// Deprecated, use init() pub const new = init; -- cgit v1.2.3