Skip to content

Commit a3e64fb

Browse files
committed
Cosmetic change
1 parent 2e2ee1a commit a3e64fb

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/unit/unit_Finger2.hpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,11 @@ constexpr auto_enroll_flag_t DONT_RETURN_INTERMEDIATE_RESULTS{1U << 2}; //!< Do
9898
constexpr auto_enroll_flag_t ALLOW_OVERWRITE_PAGE{1U << 3}; //!< Allow overwriting of page_id
9999
constexpr auto_enroll_flag_t PROHIBIT_DUPLICATE_TEMPLATE{1U << 4}; //!< Template Duplication prohibited
100100
constexpr auto_enroll_flag_t NO_NEED_RELEASE_FINGER{1U << 5}; //!< No need to release finger
101-
//! @deprecated Use NO_NEED_RELEASE_FINGER
102-
[[deprecated("use NO_NEED_RELEASE_FINGER")]]
103-
constexpr auto_enroll_flag_t NO_NEED_RELAESE_FINGER = NO_NEED_RELEASE_FINGER;
101+
102+
/*! @deprecated Use NO_NEED_RELEASE_FINGER */
103+
[[deprecated("use NO_NEED_RELEASE_FINGER")]] constexpr auto_enroll_flag_t NO_NEED_RELAESE_FINGER =
104+
NO_NEED_RELEASE_FINGER;
105+
104106
} // namespace auto_enroll_flag
105107

106108
/*!

0 commit comments

Comments
 (0)