mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-15 07:28:16 +08:00
Automatically fix style.
This commit is contained in:

committed by
Arthur Sonzogni

parent
d09996a6c7
commit
5291f660ca
@@ -8,7 +8,7 @@ for file in $files
|
||||
do
|
||||
if ! grep -q Copyright $file
|
||||
then
|
||||
cat $file ./other/license_headers.cpp > $file.new && mv $file.new $file
|
||||
cat $file ./tools/license_headers.cpp > $file.new && mv $file.new $file
|
||||
fi
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user