mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-27 03:39:56 +00:00
GATT Compiler: align comments
This commit is contained in:
parent
1d0cde9daa
commit
c9454abcff
@ -518,7 +518,7 @@ def parse(fname_in, fin, fname_out, fout):
|
||||
line_count += 1
|
||||
|
||||
if line.startswith("//"):
|
||||
fout.write("//" + line.lstrip('/') + '\n')
|
||||
fout.write(" //" + line.lstrip('/') + '\n')
|
||||
continue
|
||||
|
||||
if line.startswith("#"):
|
||||
|
Loading…
x
Reference in New Issue
Block a user