Apply clang-format for core/shared and product-mini files (#785)
Apply clang-format for core/shared and product-mini files
This commit is contained in:
@ -6,7 +6,8 @@
|
||||
#include "stdio.h"
|
||||
#include "string.h"
|
||||
|
||||
void print_line(char* str)
|
||||
void
|
||||
print_line(char *str)
|
||||
{
|
||||
printf("%s\n", str);
|
||||
}
|
||||
Reference in New Issue
Block a user