From 7c2588b1016f6ae6bc8add25f7bf93c7cb84fc9c Mon Sep 17 00:00:00 2001 From: gingerBill Date: Wed, 13 May 2026 14:05:20 +0100 Subject: [PATCH] Fix formatting to keep `-vet` happy --- vendor/x11/xlib/xlib_procs.odin | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vendor/x11/xlib/xlib_procs.odin b/vendor/x11/xlib/xlib_procs.odin index 80c9c5258..8d1c2cc94 100644 --- a/vendor/x11/xlib/xlib_procs.odin +++ b/vendor/x11/xlib/xlib_procs.odin @@ -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,