Spaces -> tabs.

pull/1/head
Nicholas Marriott 2013-02-14 12:22:14 +00:00
parent 28544391f5
commit 755d4863c8
1 changed files with 3 additions and 3 deletions

View File

@ -542,9 +542,9 @@ status_replace(struct client *c, struct session *s, struct winlink *wl,
format_session(ft, s);
format_winlink(ft, s, wl);
format_window_pane(ft, wp);
expanded = format_expand(ft, out);
format_free(ft);
return (expanded);
expanded = format_expand(ft, out);
format_free(ft);
return (expanded);
}
/* Figure out job name and get its result, starting it off if necessary. */