From 91ba4cf75ee30c64779edb5b7644e5a830de5026 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Mon, 14 Aug 2023 18:16:53 +0200 Subject: chore: reformat Signed-off-by: Sefa Eyeoglu --- launcher/SkinUtils.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'launcher/SkinUtils.h') diff --git a/launcher/SkinUtils.h b/launcher/SkinUtils.h index c1f437ab..11bc8bc6 100644 --- a/launcher/SkinUtils.h +++ b/launcher/SkinUtils.h @@ -17,7 +17,6 @@ #include -namespace SkinUtils -{ +namespace SkinUtils { QPixmap getFaceFromCache(QString id, int height = 64, int width = 64); } -- cgit