Skip to content

Commit 66a7d89

Browse files
committed
Whitespace fix.
1 parent cbcb20b commit 66a7d89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/print_frontend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ gpointer parse_commands(gpointer user_data)
8787
scanf("%s%s", printer_id, backend_name);
8888
g_message("Getting all attributes ..\n");
8989
PrinterObj *p = find_PrinterObj(f, printer_id, backend_name);
90-
90+
9191
if(p == NULL)
9292
continue;
9393

0 commit comments

Comments
 (0)