|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: [PATCH] libxl: clean up trailing whitespaces in code
Wei LIU writes ("Re: [Xen-devel] Re: [PATCH] libxl: clean up trailing
whitespaces in code. [and 1 more messages]"):
> I just run the command in libxl directory and commit all changes. Then I
> generate the patch with
> $ git show HEAD > ~/libxl-whitespace-cleanup.patch
> The attached patch should be correct. No fixup is required.
>
> I also re-compile libxl, all goes well.
Great, thanks a lot. I have applied the change. I found that my sed
didn't understand -E so I did this instead:
find \! -iname '*.txt' -type f -print0 | xargs -0 perl -p -i.bak -E
's/\s+\n/\n/'
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|