Skip to content

Commit ba773f1

Browse files
committed
chore(context): fix format
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
1 parent 93af0f4 commit ba773f1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/ocre/context.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ struct ocre_context *ocre_context_create(const char *workdir)
110110
return context;
111111

112112
error:
113-
if (context) {
114-
free(context->working_directory);
115-
}
116-
free(context);
113+
if (context) {
114+
free(context->working_directory);
115+
}
116+
free(context);
117117

118118
return NULL;
119119
};

0 commit comments

Comments
 (0)