On Thu, Dec 07, 2017 at 10:22:43AM +0100, Maxime Coquelin wrote:
> On 12/07/2017 06:30 AM, Tiwei Bie wrote:
> > Squeeze repeated blank lines with below scripts:
> >
> > for i in $(find . -name "*.[ch]"); do \
> > cat -s $i > /tmp/x && mv /tmp/x $i; done
> >
> > Signed-off-by: Tiwei Bie
> >
On 12/07/2017 06:30 AM, Tiwei Bie wrote:
Squeeze repeated blank lines with below scripts:
for i in $(find . -name "*.[ch]"); do \
cat -s $i > /tmp/x && mv /tmp/x $i; done
Signed-off-by: Tiwei Bie
---
drivers/net/virtio/virtio_ethdev.c | 1 -
drivers/net/virtio/virtio_logs.h | 1 -
2 matches
Mail list logo