From 755d4863c864857632a8c0a5d596ebe92c097d41 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 14 Feb 2013 12:22:14 +0000 Subject: [PATCH] Spaces -> tabs. --- status.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/status.c b/status.c index 636f6278..9a84ae43 100644 --- a/status.c +++ b/status.c @@ -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. */