mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-19 07:17:54 +08:00
Format the C code in Clang-Format Style: Microsoft
This commit is contained in:
@@ -67,7 +67,7 @@ int pop(arrayStack *s) {
|
||||
/* Driver Code */
|
||||
int main() {
|
||||
/* 初始化栈 */
|
||||
arrayStack * stack = newArrayStack();
|
||||
arrayStack *stack = newArrayStack();
|
||||
|
||||
/* 元素入栈 */
|
||||
push(stack, 1);
|
||||
@@ -100,4 +100,4 @@ int main() {
|
||||
free(stack);
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user