[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Re: [PATCH] libxl: clean up trailing whitespaces in code. [and 1 more messages]
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |