From: Haozhong Zhang Date: Mon, 11 Sep 2017 07:57:57 +0000 (+0800) Subject: x86/mce: add emacs block to mctelem.c X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~1424 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8c5337de5692a98d65981b2c32669da88a902f1d;p=xen.git x86/mce: add emacs block to mctelem.c mctelem.c uses the tab indention. Add an emacs block to avoid mixed indention styles in certain editors. Signed-off-by: Haozhong Zhang Reviewed-by: Wei Liu Acked-by: Andrew Cooper --- diff --git a/xen/arch/x86/cpu/mcheck/mctelem.c b/xen/arch/x86/cpu/mcheck/mctelem.c index b144a66053..b63e559d4d 100644 --- a/xen/arch/x86/cpu/mcheck/mctelem.c +++ b/xen/arch/x86/cpu/mcheck/mctelem.c @@ -550,3 +550,13 @@ void mctelem_ack(mctelem_class_t which, mctelem_cookie_t cookie) wmb(); spin_unlock(&processing_lock); } + +/* + * Local variables: + * mode: C + * c-file-style: "BSD" + * c-basic-offset: 4 + * indent-tabs-mode: t + * tab-width: 8 + * End: + */