Commit be24e496 authored by Rusty Russell's avatar Rusty Russell

cast: fix indentation in example.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent c21a1eff
......@@ -38,8 +38,8 @@
* {
* size_t i;
* for (i = 0; i < strlen(haystack); i++)
* if (memcmp("needle", haystack+i, strlen("needle")) == 0)
* return cast_const(char *, haystack+i);
* if (memcmp("needle", haystack+i, strlen("needle")) == 0)
* return cast_const(char *, haystack+i);
* return NULL;
* }
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment