Formatting change to switch indentation style
This commit is contained in:
parent
303b6bad08
commit
5559171fe4
2
bb.c
2
bb.c
@ -1238,4 +1238,4 @@ int main(int argc, char *argv[])
|
||||
return 0;
|
||||
}
|
||||
|
||||
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1
|
||||
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0
|
||||
|
2
draw.c
2
draw.c
@ -405,4 +405,4 @@ void render(FILE *out, bb_t *bb)
|
||||
fflush(out);
|
||||
bb->dirty = 0;
|
||||
}
|
||||
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1
|
||||
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0
|
||||
|
2
draw.h
2
draw.h
@ -65,4 +65,4 @@ void col_size(entry_t *entry, const char *color, char *buf, int width);
|
||||
void col_name(entry_t *entry, const char *color, char *buf, int width);
|
||||
|
||||
#endif
|
||||
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1
|
||||
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0
|
||||
|
@ -267,4 +267,4 @@ int bkeywithname(const char *name)
|
||||
}
|
||||
return strlen(name) == 1 ? name[0] : -1;
|
||||
}
|
||||
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1
|
||||
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0
|
||||
|
@ -83,4 +83,4 @@ char *bkeyname(int key, char *buf);
|
||||
int bkeywithname(const char *name);
|
||||
|
||||
#endif
|
||||
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1
|
||||
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0
|
||||
|
2
types.h
2
types.h
@ -86,4 +86,4 @@ typedef struct {
|
||||
} binding_t;
|
||||
|
||||
#endif
|
||||
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1
|
||||
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0
|
||||
|
2
utils.c
2
utils.c
@ -54,4 +54,4 @@ void delete(void *p)
|
||||
}
|
||||
}
|
||||
|
||||
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1
|
||||
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0
|
||||
|
Loading…
Reference in New Issue
Block a user