Skip to content

Commit

Permalink
JANITORIAL: Fix formatting and define in scummvmcloud.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushdutt committed Aug 7, 2023
1 parent 31680bd commit 5a19cca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backends/dlc/scummvmcloud.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
*
*/

#ifndef BACKENDS_DLC_SCUMMVMCLOUD_SCUMMVMCLOUD_H
#define BACKENDS_DLC_SCUMMVMCLOUD_SCUMMVMCLOUD_H
#ifndef BACKENDS_DLC_SCUMMVMCLOUD_H
#define BACKENDS_DLC_SCUMMVMCLOUD_H

#include "common/queue.h"

Expand All @@ -33,7 +33,7 @@
namespace DLC {
namespace ScummVMCloud {

class ScummVMCloud: public DLC::Store {
class ScummVMCloud : public DLC::Store {

Networking::SessionRequest *_rq;

Expand Down

0 comments on commit 5a19cca

Please sign in to comment.