Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Aug 24, 2024
1 parent 6bb148b commit ee55bd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ALICE3/Core/DetLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ struct DetLayer {

} // namespace o2::fastsim

#endif // ALICE3_CORE_DETLAYER_H_
#endif // ALICE3_CORE_DETLAYER_H_
4 changes: 2 additions & 2 deletions ALICE3/Core/FastTracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class FastTracker
public:
// Constructor/destructor
FastTracker();
virtual ~FastTracker(){}
virtual ~FastTracker() {}

void AddLayer(TString name, float r, float z, float x0, float xrho, float resRPhi = 0.0f, float resZ = 0.0f, float eff = 0.0f);

Expand Down Expand Up @@ -63,4 +63,4 @@ class FastTracker
} // namespace fastsim
} // namespace o2

#endif // ALICE3_CORE_FASTTRACKER_H_
#endif // ALICE3_CORE_FASTTRACKER_H_

0 comments on commit ee55bd8

Please sign in to comment.