Skip to content

Commit b134128

Browse files
OmniTroidclaude
andcommitted
Apply clang-format to webcache files
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a86516d commit b134128

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/webcache.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
#include <QNetworkRequest>
1111
#include <QUrl>
1212

13-
namespace {
13+
namespace
14+
{
1415
// Normalize path like webAO: lowercase and URL-encode each component
1516
// Uses encodeURI-compatible encoding (preserves safe characters like ! ' ( ) *)
1617
QString normalizePathForWeb(const QString &path)
@@ -46,8 +47,7 @@ WebCache::WebCache(AOApplication *parent)
4647
}
4748

4849
WebCache::~WebCache()
49-
{
50-
}
50+
{}
5151

5252
QString WebCache::cacheDir() const
5353
{

0 commit comments

Comments
 (0)