Whitespace
This commit is contained in:
parent
be336cd2ee
commit
39d1e331f6
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ static struct {
|
||||||
} commands[] = {
|
} commands[] = {
|
||||||
{ "print", tabby_command_print },
|
{ "print", tabby_command_print },
|
||||||
{ "capture", tabby_command_capture },
|
{ "capture", tabby_command_capture },
|
||||||
{ NULL, NULL }
|
{ NULL, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue