diff mbox series

tools/xenstore: Fix indentation in the header of xenstored_control.c

Message ID 20210510150728.6263-1-julien@xen.org (mailing list archive)
State New, archived
Headers show
Series tools/xenstore: Fix indentation in the header of xenstored_control.c | expand

Commit Message

Julien Grall May 10, 2021, 3:07 p.m. UTC
From: Julien Grall <jgrall@amazon.com>

Commit e867af081d94 "tools/xenstore: save new binary for live update"
seemed to have spuriously changed the indentation of the first line of
the copyright header.

The previous indentation is re-instated so all the lines are indented
the same.

Reported-by: Bjoern Doebel <doebel@amazon.com>
Signed-off-by: Julien Grall <jgrall@amazon.com>
---
 tools/xenstore/xenstored_control.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jürgen Groß May 10, 2021, 3:12 p.m. UTC | #1
On 10.05.21 17:07, Julien Grall wrote:
> From: Julien Grall <jgrall@amazon.com>
> 
> Commit e867af081d94 "tools/xenstore: save new binary for live update"
> seemed to have spuriously changed the indentation of the first line of
> the copyright header.
> 
> The previous indentation is re-instated so all the lines are indented
> the same.
> 
> Reported-by: Bjoern Doebel <doebel@amazon.com>
> Signed-off-by: Julien Grall <jgrall@amazon.com>

Reviewed-by: Juergen Gross <jgross@suse.com>


Juergen
Julien Grall May 10, 2021, 5:30 p.m. UTC | #2
Hi Juergen,

On 10/05/2021 16:12, Juergen Gross wrote:
> On 10.05.21 17:07, Julien Grall wrote:
>> From: Julien Grall <jgrall@amazon.com>
>>
>> Commit e867af081d94 "tools/xenstore: save new binary for live update"
>> seemed to have spuriously changed the indentation of the first line of
>> the copyright header.
>>
>> The previous indentation is re-instated so all the lines are indented
>> the same.
>>
>> Reported-by: Bjoern Doebel <doebel@amazon.com>
>> Signed-off-by: Julien Grall <jgrall@amazon.com>
> 
> Reviewed-by: Juergen Gross <jgross@suse.com>

Committed.

Cheers,
diff mbox series

Patch

diff --git a/tools/xenstore/xenstored_control.c b/tools/xenstore/xenstored_control.c
index 8e470f2b2056..52d4817679fe 100644
--- a/tools/xenstore/xenstored_control.c
+++ b/tools/xenstore/xenstored_control.c
@@ -1,5 +1,5 @@ 
 /*
-Interactive commands for Xen Store Daemon.
+    Interactive commands for Xen Store Daemon.
     Copyright (C) 2017 Juergen Gross, SUSE Linux GmbH
 
     This program is free software; you can redistribute it and/or modify