Skip to content

Commit a086d0e

Browse files
committed
test formatted compiler file
Signed-off-by: Irwin D'Souza <dsouzai.gh@gmail.com>
1 parent 3dcc373 commit a086d0e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

runtime/compiler/exceptions/JITShutDown.hpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@ namespace J9 {
3434
*
3535
* Thrown to terminate a compile during the JIT Shutdown phase.
3636
*/
37-
class JITShutdown : public virtual TR::CompilationInterrupted
38-
{
39-
virtual const char* what() const throw() { return "JIT Shutdown"; }
40-
};
37+
class JITShutdown : public virtual TR::CompilationInterrupted {
38+
virtual const char *what() const throw() { return "JIT Shutdown"; }
39+
};
4140

42-
}
41+
} // namespace J9
4342

4443
#endif // JIT_SHUTDOWN_HPP
4544

0 commit comments

Comments
 (0)