From b60ed07236b779d445cdbd13e82749b943f24d49 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Thu, 14 Aug 2025 07:59:45 +0200 Subject: [PATCH] Cleanup: make format --- intern/ghost/intern/GHOST_Context.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intern/ghost/intern/GHOST_Context.hh b/intern/ghost/intern/GHOST_Context.hh index 7fcb4676c54..926e40e8d6a 100644 --- a/intern/ghost/intern/GHOST_Context.hh +++ b/intern/ghost/intern/GHOST_Context.hh @@ -12,7 +12,7 @@ #include "GHOST_IContext.hh" #include "GHOST_Types.h" -#include /* For `nullptr`. */ +#include /* For `nullptr`. */ class GHOST_Context : public GHOST_IContext { protected: