#ifndef __ANTHEM__OUTPUT__PARENTHESIS_STYLE_H #define __ANTHEM__OUTPUT__PARENTHESIS_STYLE_H namespace anthem { namespace ast { //////////////////////////////////////////////////////////////////////////////////////////////////// // // ParenthesisStyle // //////////////////////////////////////////////////////////////////////////////////////////////////// enum class ParenthesisStyle { Normal, Full }; //////////////////////////////////////////////////////////////////////////////////////////////////// } } #endif