Skip to content

Commit 3b5e1af

Browse files
authored
Code style
1 parent 2f263ea commit 3b5e1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ int main(const int argc, const char* const* const argv) {
114114
if (getenv("SIGN") != nullptr) {
115115
args.push_back(strdup("-s"));
116116

117-
const char *signingKey;
117+
const char* signingKey;
118118
if ((signingKey = getenv("SIGN_KEY")) != nullptr) {
119119
args.push_back(strdup("--sign-key"));
120120
args.push_back(strdup(signingKey));

0 commit comments

Comments
 (0)