Skip to content

Commit

Permalink
Merge pull request alisw#327 from marcovanleeuwen/master
Browse files Browse the repository at this point in the history
Fix typo in header guard
  • Loading branch information
alibuild authored Jul 15, 2017
2 parents 921e8ab + 981384f commit 3d2b171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions STAT/AliElasticSearchRoot.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef ALIELASTICSEARCHROOT_H
#define ALIELASTICSEARCHROOT__H
#define ALIELASTICSEARCHROOT_H

/// \ingroup STAT
/// \class AliElasticSearchRoot
Expand Down Expand Up @@ -68,4 +68,4 @@ class AliElasticSearchRoot : public TObject{
ClassDef(AliElasticSearchRoot,1);
};

#endif
#endif

0 comments on commit 3d2b171

Please sign in to comment.