Skip to content

Commit 6e1448b

Browse files
committed
format
1 parent 2739295 commit 6e1448b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

vpr/src/base/vpr_types.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -700,11 +700,9 @@ enum class e_stage_action {
700700
NUM_STAGE_ACTIONS
701701
};
702702

703-
704703
///@brief String representations of e_stage_action
705-
constexpr vtr::array<e_stage_action, const char*, (size_t)e_stage_action::NUM_STAGE_ACTIONS> stage_action_strings {
706-
"DISABLED", "LOAD", "ENABLED", "AUTO"
707-
};
704+
constexpr vtr::array<e_stage_action, const char*, (size_t)e_stage_action::NUM_STAGE_ACTIONS> stage_action_strings{
705+
"DISABLED", "LOAD", "ENABLED", "AUTO"};
708706

709707
/**
710708
* @brief Options for packing

0 commit comments

Comments
 (0)