Fix identation issue

This commit is contained in:
thuck 2016-06-03 00:36:41 +02:00
parent 8274efc7d2
commit f55b5a4982
1 changed files with 3 additions and 3 deletions

View File

@ -2152,9 +2152,9 @@ static struct cmd_results *cmd_set(int argc, char **argv) {
return error;
}
if (argv[0][0] != '$') {
return cmd_results_new(CMD_FAILURE, "set", "Malformed variable assignment, name has to start with $");
}
if (argv[0][0] != '$') {
return cmd_results_new(CMD_FAILURE, "set", "Malformed variable assignment, name has to start with $");
}
struct sway_variable *var = NULL;
// Find old variable if it exists