zig/lib/std/atomic
r00ster91 ee4ced9683 write function types consistently with a space before fn keyword
Currently, the compiler (like @typeName) writes it `fn(...) Type` but
zig fmt writes it `fn (...) Type` (notice the space after `fn`).
This inconsistency is now resolved and function types are consistently
written the zig fmt way. Before this there were more `fn (...) Type`
occurrences than `fn(...) Type` already.
2023-09-19 15:15:05 +03:00
..
Atomic.zig write function types consistently with a space before fn keyword 2023-09-19 15:15:05 +03:00
queue.zig std: Rename TailQueue to DoublyLinkedList 2023-08-27 20:57:46 -07:00
stack.zig all: migrate code to new cast builtin syntax 2023-06-24 16:56:39 -07:00