Skip to content

Commit a5d3cee

Browse files
committed
simulate clang-format error with auto-correct
1 parent 2cb9bba commit a5d3cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cvmassistants/secretprovider/secret-provider-agent/src/secret_provider_agent.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ int main(int argc, char **argv) {
233233
LOG_INFO("Try to get key from SBS");
234234

235235
const char *secret_save_path = NULL;
236-
char *sbs_endpoint = NULL;
236+
char *sbs_endpoint = NULL;
237237
char ip_buf[INET_ADDRSTRLEN];
238238
char *str_port = NULL;
239239
int port;

0 commit comments

Comments
 (0)