Skip to content

Commit

Permalink
Refs #11117. fix lines broken by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumsteve committed Feb 19, 2015
1 parent f094e44 commit 9ac0c91
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -25,9 +25,9 @@
Code Documentation is available at: <http://doxygen.mantidproject.org>
*/
/// Major version of Poco used to build Mantid.
#define POCO_VERSION_MAJOR @POCO_VERSION_MAJOR @
#define POCO_VERSION_MAJOR @POCO_VERSION_MAJOR@
/// Minor version of Poco used to build Mantid.
#define POCO_VERSION_MINOR @POCO_VERSION_MINOR @
#define POCO_VERSION_MINOR @POCO_VERSION_MINOR@
/// Patch version of Poco used to build Mantid.
#define POCO_VERSION_PATCH @POCO_VERSION_PATCH @
#define POCO_VERSION_PATCH @POCO_VERSION_PATCH@
#endif /* MANTID_KERNEL_POCOVERSION_H_ */

0 comments on commit 9ac0c91

Please sign in to comment.