Skip to content

Commit

Permalink
Fix formatting for new ssh_elevate_credential
Browse files Browse the repository at this point in the history
  • Loading branch information
timopollmeier authored May 28, 2021
1 parent 4b4862d commit db13a38
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/manage.h
Original file line number Diff line number Diff line change
Expand Up @@ -1585,9 +1585,10 @@ find_target_with_permission (const char *, target_t *, const char *);

int
create_target (const char*, const char*, const char*, const char*, const char*,
const char *, const char*, credential_t, credential_t, const char*,
credential_t, credential_t, credential_t, const char *,
const char *, const char *, const char *, target_t*);
const char *, const char*, credential_t, credential_t,
const char*,credential_t, credential_t, credential_t,
const char *,const char *, const char *, const char *,
target_t*);

int
copy_target (const char*, const char*, const char *, target_t*);
Expand Down

0 comments on commit db13a38

Please sign in to comment.