Skip to content

Commit

Permalink
env: Remove duplicate newlines
Browse files Browse the repository at this point in the history
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <[email protected]>
  • Loading branch information
Marek Vasut authored and trini committed Jul 15, 2024
1 parent e794b99 commit d9db7a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions env/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ void env_set_default(const char *s, int flags)
gd->flags |= GD_FLG_ENV_DEFAULT;
}


/* [re]set individual variables to their value in the default environment */
int env_set_default_vars(int nvars, char * const vars[], int flags)
{
Expand Down Expand Up @@ -588,7 +587,6 @@ int env_complete(char *var, int maxv, char *cmdv[], int bufsz, char *buf,
found = 0;
cmdv[0] = NULL;


while ((idx = hmatch_r(var, idx, &match, &env_htab))) {
int vallen = strlen(match->key) + 1;

Expand Down

0 comments on commit d9db7a8

Please sign in to comment.