projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f176f2
)
creds: align table
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Sat, 14 Sep 2024 18:19:21 +0000
(
03:19
+0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Sat, 14 Sep 2024 18:19:21 +0000
(
03:19
+0900)
src/creds/creds.c
patch
|
blob
|
history
diff --git
a/src/creds/creds.c
b/src/creds/creds.c
index 56e23caa7aa639e7f684a605f4dcdc585df7e2dc..5218f66eca8f774ad5a1f4f9de53ec85844064c7 100644
(file)
--- a/
src/creds/creds.c
+++ b/
src/creds/creds.c
@@
-69,11
+69,11
@@
STATIC_DESTRUCTOR_REGISTER(arg_tpm2_public_key, freep);
STATIC_DESTRUCTOR_REGISTER(arg_tpm2_signature, freep);
static const char* transcode_mode_table[_TRANSCODE_MAX] = {
- [TRANSCODE_OFF] = "off",
- [TRANSCODE_BASE64] = "base64",
+ [TRANSCODE_OFF]
= "off",
+ [TRANSCODE_BASE64]
= "base64",
[TRANSCODE_UNBASE64] = "unbase64",
- [TRANSCODE_HEX] = "hex",
- [TRANSCODE_UNHEX] = "unhex",
+ [TRANSCODE_HEX]
= "hex",
+ [TRANSCODE_UNHEX]
= "unhex",
};
DEFINE_PRIVATE_STRING_TABLE_LOOKUP_FROM_STRING(transcode_mode, TranscodeMode);