aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/screen.cpp
diff options
context:
space:
mode:
authorGravatar Aaron Gyes <me@aaron.gy>2016-06-23 22:44:58 -0700
committerGravatar Aaron Gyes <me@aaron.gy>2016-06-23 22:48:45 -0700
commit0d6bdb38e62ec434cf9ee861e66428370c96bd5a (patch)
tree150c932ecfcc83a06765df3d45bc391a5cafc351 /src/screen.cpp
parent02cef2da23b022cf2703fdf856fdf00b452d67fb (diff)
Style fixes.
Diffstat (limited to 'src/screen.cpp')
-rw-r--r--src/screen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.cpp b/src/screen.cpp
index a9d9ddcf..a34d7c98 100644
--- a/src/screen.cpp
+++ b/src/screen.cpp
@@ -247,7 +247,7 @@ size_t escape_code_length(const wchar_t *code) {
}
}
}
-
+
if (!found) found = is_screen_name_escape_seq(code, &resulting_length);
if (!found) found = is_iterm2_escape_seq(code, &resulting_length);
if (!found) found = is_single_byte_escape_seq(code, &resulting_length);