mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-25 21:28:13 +00:00
Fix formatting to keep -vet happy
This commit is contained in:
8
vendor/x11/xlib/xlib_procs.odin
vendored
8
vendor/x11/xlib/xlib_procs.odin
vendored
@@ -315,11 +315,11 @@ foreign xlib {
|
||||
existing: b32,
|
||||
) -> Atom ---
|
||||
InternAtoms :: proc(
|
||||
display: ^Display,
|
||||
names: [^]cstring,
|
||||
count: i32,
|
||||
display: ^Display,
|
||||
names: [^]cstring,
|
||||
count: i32,
|
||||
only_if_exists: b32,
|
||||
atoms_return: [^]Atom
|
||||
atoms_return: [^]Atom,
|
||||
) -> Status ---
|
||||
GetAtomName :: proc(
|
||||
display: ^Display,
|
||||
|
||||
Reference in New Issue
Block a user