Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 703cf11

Browse files
author
Johannes Huning
committed
add note about indent to C source file
1 parent 3f4fe2e commit 703cf11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

c_src/hyper_carray.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
// You should have received a copy of the GNU Lesser General Public License
1515
// along with this program. If not, see <http://www.gnu.org/licenses/>.
1616

17+
// Format this file with
18+
// indent -kr -i8 -sob c_src/hyper_carray.c
19+
// before committing.
20+
1721
#include <stdint.h>
1822
#include <stdio.h>
1923
#include <string.h>

0 commit comments

Comments
 (0)