summaryrefslogtreecommitdiffstats
path: root/library/cpp/tvmauth/ticket_status.h
diff options
context:
space:
mode:
authorcerevra <[email protected]>2022-02-10 16:45:58 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:45:58 +0300
commitbf41dd01f6c920583e9faae7cd55ed25e547e052 (patch)
treeec7c8c285ffa648a5c5efeff453787a15ab811ac /library/cpp/tvmauth/ticket_status.h
parente2c3e3004f7cd68441cefcfa4aaccd3d8051c846 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/tvmauth/ticket_status.h')
-rw-r--r--library/cpp/tvmauth/ticket_status.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/library/cpp/tvmauth/ticket_status.h b/library/cpp/tvmauth/ticket_status.h
index 532d4de56e4..2f413aef3ff 100644
--- a/library/cpp/tvmauth/ticket_status.h
+++ b/library/cpp/tvmauth/ticket_status.h
@@ -2,11 +2,11 @@
#include <util/generic/strbuf.h>
-namespace NTvmAuth {
- /*!
- * Status mean result of ticket check
- */
- enum class ETicketStatus {
+namespace NTvmAuth {
+ /*!
+ * Status mean result of ticket check
+ */
+ enum class ETicketStatus {
Ok,
Expired,
InvalidBlackboxEnv,
@@ -16,8 +16,8 @@ namespace NTvmAuth {
MissingKey,
SignBroken,
UnsupportedVersion,
- NoRoles,
+ NoRoles,
};
- TStringBuf StatusToString(ETicketStatus st);
+ TStringBuf StatusToString(ETicketStatus st);
}