Re: [OpenWrt-Devel] [PATCH 1/3] [ubox] validate: fix indentation

2014-06-29 Thread John Crispin
On 29/06/2014 12:38, Jonas Gorski wrote: > On Sun, Jun 29, 2014 at 8:58 AM, John Crispin > wrote: >> Hi, >> >> blogic@debian:/openwrt/ubox$ git am 5748 Applying: validate: fix >> indentation blogic@debian:/openwrt/ubox$ git am 5749 Applying: >> validate: fix indentation > > They have both the

Re: [OpenWrt-Devel] [PATCH 1/3] [ubox] validate: fix indentation

2014-06-29 Thread Jonas Gorski
On Sun, Jun 29, 2014 at 8:58 AM, John Crispin wrote: > Hi, > > blogic@debian:/openwrt/ubox$ git am 5748 > Applying: validate: fix indentation > blogic@debian:/openwrt/ubox$ git am 5749 > Applying: validate: fix indentation They have both the same subject, so you quite likely downloaded the same p

Re: [OpenWrt-Devel] [PATCH 1/3] [ubox] validate: fix indentation

2014-06-28 Thread John Crispin
Hi, blogic@debian:/openwrt/ubox$ git am 5748 Applying: validate: fix indentation blogic@debian:/openwrt/ubox$ git am 5749 Applying: validate: fix indentation error: patch failed: validate/validate.c:882 error: validate/validate.c: patch does not apply Patch failed at 0001 validate: fix indentation

[OpenWrt-Devel] [PATCH 1/3] [ubox] validate: fix indentation

2014-06-27 Thread Luka Perkov
Signed-off-by: Luka Perkov --- validate/validate.c | 88 ++--- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/validate/validate.c b/validate/validate.c index 150c08d..f550e76 100644 --- a/validate/validate.c +++ b/validate/validate.