Fix indentation in repositories.bzl and header in point_batch.h. (#1386)

master
Alexander Belyaev 2018-08-11 21:05:00 +02:00 committed by GitHub
parent 73c3d477d7
commit fe59278286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 14 deletions

View File

@ -253,6 +253,7 @@ def cartographer_repositories():
"https://github.com/googlecartographer/async_grpc/archive/771af45374af7f7bfc3b622ed7efbe29a4aba403.tar.gz",
],
)
_maybe(native.http_archive,
name = "com_google_absl",
sha256 = "387cf016ab1ab8530d1cea8975276ce8d8bff355133776129bdc400d05519eb6",

View File

@ -17,7 +17,6 @@
#ifndef CARTOGRAPHER_IO_POINTS_BATCH_H_
#define CARTOGRAPHER_IO_POINTS_BATCH_H_
#include <cartographer/sensor/point_cloud.h>
#include <array>
#include <cstdint>
#include <unordered_set>
@ -26,6 +25,7 @@
#include "Eigen/Core"
#include "cartographer/common/time.h"
#include "cartographer/io/color.h"
#include "cartographer/sensor/point_cloud.h"
namespace cartographer {
namespace io {