JANITORIAL: Fix formatting and define in scummvmcloud.h

This commit is contained in:
Ankush Dutt 2023-08-07 14:24:44 +05:30 committed by Eugene Sandulenko
parent f1a5ebfe94
commit d932cb8179

View File

@ -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"
@ -33,7 +33,7 @@
namespace DLC {
namespace ScummVMCloud {
class ScummVMCloud: public DLC::Store {
class ScummVMCloud : public DLC::Store {
Networking::SessionRequest *_rq;