From: Wei Liu Date: Mon, 4 Feb 2019 17:01:10 +0000 (+0000) Subject: efi: add emacs block to boot.c X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=cb50d8c3ff25583de9b06c5848e930bfb55d187a;p=people%2Fhx242%2Fxen.git efi: add emacs block to boot.c Signed-off-by: Wei Liu --- diff --git a/xen/common/efi/boot.c b/xen/common/efi/boot.c index 1d1420f02c..3868293d06 100644 --- a/xen/common/efi/boot.c +++ b/xen/common/efi/boot.c @@ -1705,3 +1705,13 @@ void __init efi_init_memory(void) #endif } #endif + +/* + * Local variables: + * mode: C + * c-file-style: "BSD" + * c-basic-offset: 4 + * tab-width: 4 + * indent-tabs-mode: nil + * End: + */