From: ZhaoQiang Date: Sun, 2 Jun 2019 19:52:58 +0000 (+0000) Subject: ply-text-display.c: Correct vi format line X-Git-Tag: 0.9.5~62^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97a3d7b422c88fb0e874331b7948daa332d7e78d;p=thirdparty%2Fplymouth.git ply-text-display.c: Correct vi format line make vi can directly edit this file without errors and make it use 8 space tabs etc. --- diff --git a/src/libply-splash-core/ply-text-display.c b/src/libply-splash-core/ply-text-display.c index 83bf6025..7bf6e06d 100644 --- a/src/libply-splash-core/ply-text-display.c +++ b/src/libply-splash-core/ply-text-display.c @@ -333,4 +333,4 @@ ply_text_display_get_terminal (ply_text_display_t *display) return display->terminal; } -/* vim: set ts= 4 sw= 4 et ai ci cino= {.5s,^-2,+.5s,t0,g0,e-2,n-2,p2s,(0,=.5s,:.5s */ +/* vim: set ts=4 sw=4 expandtab autoindent cindent cino={.5s,(0: */