Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
waves
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
Aerospace and Mechanical Engineering
waves
Merge requests
!39
Auto-formatting the code
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Auto-formatting the code
adrien
into
master
Overview
7
Commits
1
Pipelines
0
Changes
186
Merged
Boman Romain
requested to merge
adrien
into
master
5 years ago
Overview
7
Commits
1
Pipelines
0
Changes
186
Expand
Created by: acrovato
Context
The idea is to clean the code:
use auto-formatting
use 4-spaces indentation (reference #1)
use UTF-8 encoding
Important notice
only the sources (*.ccp and *.h) have been cleaned
only non Trilinos module have been cleaned
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
95dc25c2
1 commit,
5 years ago
186 files
+
3546
−
3143
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
186
Search (e.g. *.vue) (Ctrl+P)
flow/src/flow.h
+
1
−
1
Options
@@ -44,6 +44,6 @@ class Fun0Ele;
class
Face
;
class
FaceEq
;
}
}
// namespace flow
#endif //FLOW_H
Loading