Skip to content

Commit

Permalink
refactor: removed extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 30, 2024
1 parent 0273a95 commit 1f93d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/colony_npapi/plugin/python.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ static PyObject *print_printer_base64(PyObject *self, PyObject *args, PyObject *
PyObject *value;
PyObject *options;
size_t data_length;
struct job_t job = {NULL, 0};
struct job_t job = {NULL, 0};
static char *kwlist[] = {"options", NULL};

/* tries to parse the provided sequence of arguments
Expand Down

0 comments on commit 1f93d3b

Please sign in to comment.