[libvirt] [PATCH] syntax-check: Don't check virsh.c for preprocessor indentation

2012-06-04 Thread Michal Privoznik
With recent re-edit commits we have #define and #include not indented as it ought to be from preprocessor POV. However, these are part of a function, therefore they are indented well. To solve this, skip preprocessor indentation check on virsh.c --- cfg.mk |3 +++ 1 files changed, 3

Re: [libvirt] [PATCH] syntax-check: Don't check virsh.c for preprocessor indentation

2012-06-04 Thread Eric Blake
On 06/04/2012 03:36 AM, Michal Privoznik wrote: With recent re-edit commits we have #define and #include not indented as it ought to be from preprocessor POV. However, these are part of a function, therefore they are indented well. To solve this, skip preprocessor indentation check on virsh.c