mirror of
https://github.com/co-dan/ocaml-wiringpi/
synced 2025-11-03 06:03:51 +01:00
Reindent in a style similar to the one used by the OCaml compiler
indent -kr -i2
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user