Skip to content

Commit bee7b87

Browse files
committed
Aquarium: Fix formatting suggestion by GCC
1 parent 51be386 commit bee7b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/class/aquarium.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ static int prep_exec(aquarium_state_t* state, flamingo_arg_list_t* args) {
162162
bss->state = state;
163163
bss->cmd = cmd;
164164

165-
return add_build_step(MAGIC ^ strhash(__func__) + exec_count++, "Executing command on aquarium", exec_step, bss);
165+
return add_build_step((MAGIC ^ strhash(__func__)) + exec_count++, "Executing command on aquarium", exec_step, bss);
166166
}
167167

168168
static int prep_image(aquarium_state_t* state, flamingo_arg_list_t* args, flamingo_val_t** rv) {

0 commit comments

Comments
 (0)