Reindent in a style similar to the one used by the OCaml compiler
indent -kr -i2
This commit is contained in:
parent
182bdb8393
commit
1be98ccdac
|
@ -9,7 +9,8 @@
|
|||
#include <wiringPi.h>
|
||||
#include <wiringShift.h>
|
||||
|
||||
value caml_hello(value unit) {
|
||||
value caml_hello(value unit)
|
||||
{
|
||||
CAMLparam1(unit);
|
||||
printf("Hello world!\n");
|
||||
CAMLreturn(Val_unit);
|
||||
|
|
Loading…
Reference in New Issue