mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-04 01:06:37 +00:00
Reintroduce Clang-Format & Levelization (#171)
* clang-format * levelization * clang-format * update workflow (#172) * update workflow * Update build-in-docker.yml * fix from `clang-format` * Update Enum.h
This commit is contained in:
@@ -199,8 +199,7 @@ STObject::set(SerialIter& sit, int depth)
|
||||
{
|
||||
if (++nop_counter == 64)
|
||||
{
|
||||
JLOG(debugLog().error())
|
||||
<< "Too many NOPS";
|
||||
JLOG(debugLog().error()) << "Too many NOPS";
|
||||
Throw<std::runtime_error>("Too many NOPS");
|
||||
}
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user