Skip to content

Commit de62a75

Browse files
committed
update docs
1 parent 9669aa8 commit de62a75

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
commit 9669aa8b39860b80667131153c9c86efd247c2e9
2+
Author: Alexeev Bronislav <[email protected]>
3+
Date: Sat Sep 6 01:18:18 2025 +0700
4+
5+
update makefile
6+
17
commit e5938af8bbd46f55f02675b3a8472222fed177ab
28
Author: Alexeev Bronislav <[email protected]>
39
Date: Thu Sep 4 21:13:39 2025 +0700

format-code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def find_source_files(root_dir, ignore_dirs):
1919

2020
def format_files(files, clang_format, style):
2121
global count
22-
22+
2323
for file in files:
2424
try:
2525
cmd = [clang_format, "-i", "--style", style, file]

gallery/image.png

-996 Bytes
Loading

0 commit comments

Comments
 (0)