Skip to content

Commit eead1e9

Browse files
author
dhdfu
committedJul 6, 2006
Whoops! Fix the arguments to xargs to include -0
Also change the indentation to 4 spaces (flood of commits to follow) git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@5783 94700074-3cef-4d97-a70e-9c8c206c02f5
1 parent 1aa69ea commit eead1e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎indent.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

33
# This is the equivalent of the following Emacs thing:
4-
# -*- tab-width: 8; c-file-style: "linux" -*-
4+
# -*- c-basic-offset: 4; indent-tabs-mode: nil -*-
55

6-
find . -name '*.c' -print0 | xargs indent -i8 -kr -psl -nce -nut
6+
find . -name '*.c' -print0 | xargs -0 indent -i4 -kr -psl -nce -nut

0 commit comments

Comments
 (0)