Skip to content

Commit

Permalink
put braces on their own line
Browse files Browse the repository at this point in the history
  • Loading branch information
goeiecool9999 committed May 4, 2024
1 parent 1ce9ea7 commit ae0f034
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Cafe/Filesystem/WUHB/WUHBReader.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#pragma once
#include <Common/FileStream.h>
#include "RomFSStructs.h"
class WUHBReader {
class WUHBReader
{
public:
static WUHBReader* FromPath(const fs::path& path);

Expand Down
3 changes: 2 additions & 1 deletion src/Cafe/Filesystem/fscDeviceWuhb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
#include "Cafe/Filesystem/fsc.h"
#include "Cafe/Filesystem/FST/FST.h"

class FSCDeviceWuhbFileCtx : public FSCVirtualFile {
class FSCDeviceWuhbFileCtx : public FSCVirtualFile
{
public:
FSCDeviceWuhbFileCtx(WUHBReader* reader, uint32 entryOffset, uint32 fscType)
: m_wuhbReader(reader), m_entryOffset(entryOffset), m_fscType(fscType)
Expand Down

0 comments on commit ae0f034

Please sign in to comment.