Skip to content

Commit

Permalink
Merge pull request #17784 from jimfcarroll/crash_on_exit
Browse files Browse the repository at this point in the history
[cosmetic] comply with coding guidlines.
  • Loading branch information
fuzzard committed Apr 29, 2020
2 parents e4b18b3 + 17a9252 commit 79f1266
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xbmc/ServiceBroker.h
Expand Up @@ -8,10 +8,10 @@

#pragma once

#include <memory>

#include "utils/GlobalsHandling.h"

#include <memory>

namespace ADDON {
class CAddonMgr;
class CBinaryAddonManager;
Expand Down Expand Up @@ -160,4 +160,4 @@ class CServiceBroker
};

XBMC_GLOBAL_REF(CServiceBroker, g_serviceBroker);
#define g_serviceBroker XBMC_GLOBAL_USE(CServiceBroker)
#define g_serviceBroker XBMC_GLOBAL_USE(CServiceBroker)

0 comments on commit 79f1266

Please sign in to comment.