minor formatting fix (wrongly updated in earlier commit)

Change-Id: I544635fd936cb5b7f7bd9255876641cd5a9590c6
This commit is contained in:
Nikolaus Demmel
2020-09-28 02:14:29 +02:00
parent 7b8f675bfd
commit a9c7361c8d
2 changed files with 10 additions and 5 deletions
+4 -1
View File
@@ -106,8 +106,11 @@
#include <vector>
// For appropriate definition of CERES_EXPORT macro.
#include "ceres/internal/disable_warnings.h"
// clang-format off
#include "ceres/internal/port.h"
// clang-format on
#include "ceres/internal/disable_warnings.h"
// Log severity level constants.
// clang-format off
+6 -4
View File
@@ -40,10 +40,12 @@
namespace ceres {
namespace internal {
#define CERES_EIGEN_VERSION \
CERES_TO_STRING(EIGEN_WORLD_VERSION) \
"." CERES_TO_STRING(EIGEN_MAJOR_VERSION) "." CERES_TO_STRING( \
EIGEN_MINOR_VERSION)
// clang-format off
#define CERES_EIGEN_VERSION \
CERES_TO_STRING(EIGEN_WORLD_VERSION) "." \
CERES_TO_STRING(EIGEN_MAJOR_VERSION) "." \
CERES_TO_STRING(EIGEN_MINOR_VERSION)
// clang-format on
std::string VersionString() {
std::string value = std::string(CERES_VERSION_STRING);