From 88c01588aa0830e219eaa62588839e4d1e2883ce Mon Sep 17 00:00:00 2001 From: untodesu Date: Wed, 25 Jun 2025 00:44:36 +0500 Subject: Clang-format the entire source code --- core/resource.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/resource.hh') diff --git a/core/resource.hh b/core/resource.hh index 6f73ca3..ab7b74f 100644 --- a/core/resource.hh +++ b/core/resource.hh @@ -8,7 +8,7 @@ using resource_ptr = std::shared_ptr; namespace resource { template -resource_ptr load(const char *name, unsigned int flags = 0U); +resource_ptr load(const char* name, unsigned int flags = 0U); template void hard_cleanup(void); template -- cgit