IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Air Shower Physics
corsika
Commits
7112f96a
Commit
7112f96a
authored
5 years ago
by
Hans Dembinski
Browse files
Options
Downloads
Patches
Plain Diff
fix doc string
parent
cb2e0552
No related branches found
No related tags found
1 merge request
!160
Better do clang format
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
do-clang-format.py
+1
-1
1 addition, 1 deletion
do-clang-format.py
with
1 addition
and
1 deletion
do-clang-format.py
+
1
−
1
View file @
7112f96a
...
@@ -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 w
it
h need modifications and 0 otherwise.
the filenames which need clang-formatting. Returns 1 if there are files w
hic
h need modifications and 0 otherwise.
"""
"""
import
argparse
import
argparse
import
subprocess
as
subp
import
subprocess
as
subp
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment