From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [PATCH 0/2] libxc: Fix some whitespace/tab-width problems Date: Tue, 17 Dec 2013 16:21:56 +0000 Message-ID: <1387297318-11893-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com Cc: George Dunlap , Ian Campbell , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org I have here two interrelated whitespace formatting fixes for libxc: 1/2 libxc: Remove hard tabs which ought to be 4 spaces 2/2 libxc: Remove "tab-width: 8" from emacs local variables There is no functional change, as is easily verifiable. I would like to propose these for a freeze exception for Xen 4.4, on the basis that it will make it marginally easier to port future patches to 4.4 if we don't have to deal with whitespace conflicts.