On Fri, Feb 24, 2017 at 4:06 PM, Daniel P. Berrange <berrange(a)redhat.com>
wrote:
On Fri, Feb 24, 2017 at 11:02:33AM +0100, Peter Krempa wrote:
> On Fri, Feb 24, 2017 at 15:22:51 +0530, Nitesh Konkar wrote:
> > Signed-off-by: Nitesh Konkar <nitkon12(a)linux.vnet.ibm.com>
> > ---
> > connect.go | 54 ++++++++++++++++++++++++++++++
++++++++++++++++++++++++
> > domain.go | 54 ++++++++++++++++++++++++++++++
++++++++++++++++++++++++
> > domain_compat.h | 36 ++++++++++++++++++++++++++++++++++++
> > 3 files changed, 144 insertions(+)
>
> The files are improperly indented. The go files use tabs for indentation
> while your code uses spaces. I've already pointed this out in v1.
More specifically the go files use 'gofmt' for formatting. The best way
to achieve this is to setup your editor to automatically run gofmt when
saving files. If you are using emacs this is achieved by installing and
using this lisp file
Thanks Daniel. However I am using vim and I think
gofmt -w domain.go and gofmt -w connect.go would help me
achieve the same.
https://github.com/dominikh/go-mode.el