Merge pull request #9792 from sepalani/lint

Lint: End of namespace
This commit is contained in:
Léo Lam
2021-06-07 12:16:08 +02:00
committed by GitHub
17 changed files with 17 additions and 17 deletions

View File

@ -634,4 +634,4 @@ void HandleUnknownOpcode(u8 cmd_byte, void* buffer, bool preprocess)
}
}
} // end of namespace CommandProcessor
} // namespace CommandProcessor

View File

@ -322,4 +322,4 @@ UPEAlphaReadReg GetAlphaReadMode()
return m_AlphaRead;
}
} // end of namespace PixelEngine
} // namespace PixelEngine

View File

@ -66,4 +66,4 @@ void SetToken(const u16 token, const bool interrupt);
void SetFinish();
UPEAlphaReadReg GetAlphaReadMode();
} // end of namespace PixelEngine
} // namespace PixelEngine