Skip to content

Commit 84ba7ec

Browse files
Committing clang-format changes
1 parent 37aba1d commit 84ba7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/seacas/libraries/ioss/src/Ioss_ConcreteVariableType.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace Ioss {
2121
};
2222

2323
#define MAKE_CLASS(X) \
24-
class IOSS_EXPORT X final : public VariableType \
24+
class IOSS_EXPORT X final : public VariableType \
2525
{ \
2626
public: \
2727
IOSS_NODISCARD std::string label(int which, const char suffix_sep = '_') const override; \

0 commit comments

Comments
 (0)