Update clang-format to new Google style. (#1260)

Apparently the format bot uses a bleeding edge clang-format that uses
the new Google style and reformats a bunch of files in every PR. This is
an empty commit to trigger this in a separate commit.

See 62e3198c4f
master
Michael Grupp 2019-04-10 15:30:54 +02:00 committed by Andre Gaschler
parent 7e4af360e8
commit b28ffea97f
5 changed files with 10 additions and 8 deletions

View File

@ -14,11 +14,12 @@
* limitations under the License.
*/
#include "cartographer_ros/msg_conversion.h"
#include <cmath>
#include <random>
#include "cartographer/transform/rigid_transform_test_helpers.h"
#include "cartographer_ros/msg_conversion.h"
#include "cartographer_ros/time_conversion.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"

View File

@ -22,6 +22,7 @@
#include <sys/resource.h>
#endif
#include <time.h>
#include <chrono>
#include "absl/strings/str_split.h"

View File

@ -16,11 +16,12 @@
#ifndef CARTOGRAPHER_ROS_CARTOGRAPHER_ROS_PLAYABLE_BAG_H
#define CARTOGRAPHER_ROS_CARTOGRAPHER_ROS_PLAYABLE_BAG_H
#include <cartographer_ros_msgs/BagfileProgress.h>
#include <ros/node_handle.h>
#include <functional>
#include <queue>
#include <cartographer_ros_msgs/BagfileProgress.h>
#include <ros/node_handle.h>
#include "rosbag/bag.h"
#include "rosbag/view.h"
#include "tf2_ros/buffer.h"

View File

@ -14,11 +14,11 @@
* limitations under the License.
*/
#include "absl/memory/memory.h"
#include "cartographer_ros/msg_conversion.h"
#include "cartographer_ros/tf_bridge.h"
#include "absl/memory/memory.h"
#include "cartographer_ros/msg_conversion.h"
namespace cartographer_ros {
TfBridge::TfBridge(const std::string& tracking_frame,

View File

@ -20,9 +20,8 @@
#include <memory>
#include "cartographer/transform/rigid_transform.h"
#include "tf2_ros/buffer.h"
#include "cartographer_ros/time_conversion.h"
#include "tf2_ros/buffer.h"
namespace cartographer_ros {