Skip to content

Commit 0f06272

Browse files
committed
[example] Fix formatting in documentation comments for hello_world function in hello.c and hello.h
1 parent 0e36d79 commit 0f06272

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/hello/hello.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
/**
1515
* @brief Hello world function implementation
16-
*
16+
*
1717
* This function prints "Hello World!" to the console using rt_kprintf
1818
*/
1919
void hello_world(void)

tools/hello/hello.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ extern "C" {
1717

1818
/**
1919
* @brief Hello world function
20-
*
20+
*
2121
* This function prints "Hello World!" to the console
2222
*/
2323
void hello_world(void);

0 commit comments

Comments
 (0)