From b0ecc0a04cfcfc706e252d3960f7f10db45c9186 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 30 Jul 2019 16:46:55 -0500 Subject: [PATCH] backup: remote: Trivial whitespace fix I messed up formatting during conflict resolution across rebasing while preparing my checkpoint patches :) Signed-off-by: Eric Blake --- src/remote/remote_protocol.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote/remote_protocol.x b/src/remote/remote_protocol.x index 2f91bd1921..118369e2b3 100644 --- a/src/remote/remote_protocol.x +++ b/src/remote/remote_protocol.x @@ -6538,7 +6538,7 @@ enum remote_procedure { */ REMOTE_PROC_NETWORK_PORT_DELETE = 410, - /** + /** * @generate: both * @acl: domain:checkpoint * @acl: domain:fs_freeze:VIR_DOMAIN_CHECKPOINT_CREATE_QUIESCE -- GitLab