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:
@ -5,9 +5,11 @@
|
||||
|
||||
#include "stdio.h"
|
||||
|
||||
void print_line(char* str);
|
||||
void
|
||||
print_line(char *str);
|
||||
|
||||
int main()
|
||||
int
|
||||
main()
|
||||
{
|
||||
print_line("Hello World!");
|
||||
print_line("Wasm Micro Runtime");
|
||||
|
||||
Reference in New Issue
Block a user