mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-22 12:05:53 +00:00
Prepare code for formatting
- Add missing `#include` in `ripple/core/JobTypeInfo.h` - Protect version string from clang-format in `ripple/protocol/impl/BuildInfo.cpp`. `Builds/CMake/RippledVersion.cmake` searches for this line by pattern.
This commit is contained in:
committed by
manojsdoshi
parent
020b285808
commit
65dfc5d19e
@@ -20,6 +20,8 @@
|
|||||||
#ifndef RIPPLE_CORE_JOBTYPEINFO_H_INCLUDED
|
#ifndef RIPPLE_CORE_JOBTYPEINFO_H_INCLUDED
|
||||||
#define RIPPLE_CORE_JOBTYPEINFO_H_INCLUDED
|
#define RIPPLE_CORE_JOBTYPEINFO_H_INCLUDED
|
||||||
|
|
||||||
|
#include <ripple/core/Job.h>
|
||||||
|
|
||||||
namespace ripple
|
namespace ripple
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,9 @@ namespace BuildInfo {
|
|||||||
// The build version number. You must edit this for each release
|
// The build version number. You must edit this for each release
|
||||||
// and follow the format described at http://semver.org/
|
// and follow the format described at http://semver.org/
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
// clang-format off
|
||||||
char const* const versionString = "1.6.0-b2"
|
char const* const versionString = "1.6.0-b2"
|
||||||
|
// clang-format on
|
||||||
|
|
||||||
#if defined(DEBUG) || defined(SANITIZER)
|
#if defined(DEBUG) || defined(SANITIZER)
|
||||||
"+"
|
"+"
|
||||||
|
|||||||
Reference in New Issue
Block a user