1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 10:00:48 +02:00

Format sources with clang-format

This commit is contained in:
Miguel Prada
2018-11-20 09:47:17 +01:00
parent d7a59872b2
commit 9e276a3368
20 changed files with 177 additions and 163 deletions

View File

@@ -1,11 +1,11 @@
#pragma once
#include <inttypes.h>
#include <algorithm>
#include <bitset>
#include <climits>
#include <cstddef>
#include <functional>
#include <random>
#include <bitset>
#include "ur_modern_driver/bin_parser.h"
class RandomDataTest
@@ -52,7 +52,7 @@ public:
template <typename T>
void set(T data, size_t pos)
{
std::memcpy(&data, buf_+pos, sizeof(T));
std::memcpy(&data, buf_ + pos, sizeof(T));
}
void skip(size_t n)