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;
|
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);
|
fflush(out);
|
||||||
bb->dirty = 0;
|
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);
|
void col_name(entry_t *entry, const char *color, char *buf, int width);
|
||||||
|
|
||||||
#endif
|
#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;
|
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);
|
int bkeywithname(const char *name);
|
||||||
|
|
||||||
#endif
|
#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;
|
} binding_t;
|
||||||
|
|
||||||
#endif
|
#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