generator: Another minor indentation fix in src/actions-*.c files.

This commit is contained in:
Richard W.M. Jones
2015-11-06 12:09:15 +00:00
parent 22c97bcb3f
commit 32368f25f1

View File

@@ -1228,7 +1228,7 @@ and generate_client_actions hash () =
(* Generate code for enter events. *)
let enter_event shortname =
pr " guestfs_int_call_callbacks_message (g, GUESTFS_EVENT_ENTER,\n";
pr " \"%s\", %d);\n"
pr " \"%s\", %d);\n"
shortname (String.length shortname)
in