Also add emacs boilerplate to avoid future problems. Purely cosmetic. No functional change.
Signed-off-by: Paul Durrant <paul.durr...@citrix.com> --- Cc: Ian Jackson <ian.jack...@eu.citrix.com> Cc: Wei Liu <wei.l...@citrix.com> v2: - New in v2 --- tools/misc/xen-hvmctx.c | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/tools/misc/xen-hvmctx.c b/tools/misc/xen-hvmctx.c index 40e77851be..823aa7d736 100644 --- a/tools/misc/xen-hvmctx.c +++ b/tools/misc/xen-hvmctx.c @@ -371,8 +371,8 @@ static void dump_viridian_vcpu(void) HVM_SAVE_TYPE(VIRIDIAN_VCPU) p; READ(p); printf(" VIRIDIAN_VCPU: vp_assist_msr 0x%llx, vp_assist_pending %s\n", - (unsigned long long) p.vp_assist_msr, - p.vp_assist_pending ? "true" : "false"); + (unsigned long long) p.vp_assist_msr, + p.vp_assist_pending ? "true" : "false"); } static void dump_vmce_vcpu(void) @@ -468,4 +468,14 @@ int main(int argc, char **argv) } while ( desc.typecode != HVM_SAVE_CODE(END) && off < len ); return 0; -} +} + +/* + * Local variables: + * mode: C + * c-file-style: "BSD" + * c-basic-offset: 4 + * tab-width: 4 + * indent-tabs-mode: nil + * End: + */ -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel