summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-22 19:37:30 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-22 19:37:30 +0100
commit5c15e4939723513bab37bfca01ad879b6e353808 (patch)
treebf1a14fb26f6a720edc547dffef3c22f32d8045b
parent9e096f17ed3e9ec4fe82fe91ba1f4ec227f9fdce (diff)
[FIX] Update format for X11ConnMgr.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--frameworks/libX11.fwrk/src/X11ConnMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/frameworks/libX11.fwrk/src/X11ConnMgr.cpp b/frameworks/libX11.fwrk/src/X11ConnMgr.cpp
index aca5e8f..7477a19 100644
--- a/frameworks/libX11.fwrk/src/X11ConnMgr.cpp
+++ b/frameworks/libX11.fwrk/src/X11ConnMgr.cpp
@@ -11,7 +11,7 @@
namespace X11 {
- struct X11Connection final {
+struct X11Connection final {
SInt32 fSocket;
SInt32 fType;
SInt32 fFlags;