IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 7112f96a authored by Hans Dembinski's avatar Hans Dembinski
Browse files

fix doc string

parent cb2e0552
No related branches found
No related tags found
1 merge request!160Better do clang format
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Run clang-format with the style file in the CORSIKA repository. Run clang-format with the style file in the CORSIKA repository.
By default it finds new files and files with modifications with respect to the current master and prints By default it finds new files and files with modifications with respect to the current master and prints
the filenames which need clang-formatting. Returns 1 if there are files with need modifications and 0 otherwise. the filenames which need clang-formatting. Returns 1 if there are files which need modifications and 0 otherwise.
""" """
import argparse import argparse
import subprocess as subp import subprocess as subp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment