On Tue, Mar 22, 2016 at 09:37:09PM +0530, Jay Joshi wrote: > From b7ac9e7a693b8199b1942570847a82fecc8abcef Mon Sep 17 00:00:00 2001 > From: JayRJoshi <[email protected]> > Date: Tue, 22 Mar 2016 21:07:27 +0530 > Subject: [PATCH 1/2] Add print_quoted_string function to libtests > > * tests/tests.h (print_quoted_string): New prototype. > * tests/print_quoted_string.c: New file. > * tests/Makefile.am (libtests_a_SOURCES): Add it.
$ git am --whitespace=error-all a.patch
Applying: Add print_quoted_string function to libtests
.git/rebase-apply/patch:31: trailing whitespace.
/*
.git/rebase-apply/patch:83: space before tab in indent.
if (c3 != '0' || c2 != '0')
.git/rebase-apply/patch:84: space before tab in indent.
putchar(c2);
fatal: 3 lines add whitespace errors.
If you had .git/hooks/pre-commit enabled, it wouldn't let
these whitespace errors slip into commits.
--
ldv
pgp01sYLQth2T.pgp
Description: PGP signature
------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
_______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
