Skip to content

Commit 2970dab

Browse files
committed
d: fix fmt info (about importC)
1 parent 122a55b commit 2970dab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: examples/hello_d/nuttx_std.c

+4-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@
2222
* Included Files
2323
****************************************************************************/
2424

25-
// This is imported to d source using importC
26-
// https://dlang.org/spec/importc.html
27-
25+
/****************************************************************************
26+
* This is imported to d source using importC
27+
* https://dlang.org/spec/importc.html
28+
****************************************************************************/
2829
#include <nuttx/config.h>
2930
#include <stdio.h>
3031
#include <stdlib.h>

0 commit comments

Comments
 (0)