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
commit 5e371bb4be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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