summaryrefslogtreecommitdiff
path: root/src/components/connection_handler/include/connection_handler/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/connection_handler/include/connection_handler/device.h')
-rw-r--r--src/components/connection_handler/include/connection_handler/device.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/connection_handler/include/connection_handler/device.h b/src/components/connection_handler/include/connection_handler/device.h
index 26376c1d8d..1cad7a72c5 100644
--- a/src/components/connection_handler/include/connection_handler/device.h
+++ b/src/components/connection_handler/include/connection_handler/device.h
@@ -33,8 +33,8 @@
#ifndef SRC_COMPONENTS_CONNECTION_HANDLER_INCLUDE_CONNECTION_HANDLER_DEVICE_H_
#define SRC_COMPONENTS_CONNECTION_HANDLER_INCLUDE_CONNECTION_HANDLER_DEVICE_H_
-#include <string>
#include <map>
+#include <string>
#include <vector>
#include "transport_manager/common.h"
@@ -77,9 +77,9 @@ class Device {
std::string user_friendly_name() const;
/**
- *\brief Also should be used for iOS USB connections
- *(better not know why this same method)
- */
+ *\brief Also should be used for iOS USB connections
+ *(better not know why this same method)
+ */
std::string mac_address() const;
/**