Skip to content
Snippets Groups Projects
Commit 3a4a59ed authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Just 'cause it's autogenerated doesn't mean it should be ugly.

parent 23abd9af
No related branches found
No related tags found
No related merge requests found
Pipeline #5433 passed
......@@ -107,8 +107,8 @@ main(int argc, char **argv)
fputs("NewIfcObj NI_copy(NewIfcObj obj);\n", header);
fputs("NewIfcObj NI_create(enum NewIfc_object obj, NewIfcObj parent);\n", header);
fputs("enum NewIfc_error NI_error(NewIfcObj obj);\n\n", header);
fputs("bool NI_walk_children(NewIfcObj obj, bool (*cb)(NewIfcObj obj, void *cb_data), void *cbdata);\n", header);
fputs("enum NewIfc_error NI_error(NewIfcObj obj);\n", header);
fputs("bool NI_walk_children(NewIfcObj obj, bool (*cb)(NewIfcObj obj, void *cb_data), void *cbdata);\n\n", header);
nitems = sizeof(attributes) / sizeof(attributes[0]);
for (i = 0; i < nitems; i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment