Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Server/Misc: codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
AriDEV3 committed Jan 15, 2024
1 parent 8519728 commit 5b70c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/Cinematic/CinematicPathMgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class CinematicSequenceMgr
/// Singleton access
friend class ACE_Singleton < CinematicSequenceMgr, ACE_Null_Mutex > ;
/// Constructor
CinematicSequenceMgr() { };
CinematicSequenceMgr() { }
/// Destructor
~CinematicSequenceMgr();

Expand Down

0 comments on commit 5b70c98

Please sign in to comment.