Skip to content

Commit

Permalink
style(code): format code style by clang-format
Browse files Browse the repository at this point in the history
Signed-off-by: itas109 <[email protected]>
  • Loading branch information
itas109 committed Dec 20, 2024
1 parent ea79d47 commit 29d5f96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion include/CSerialPort/SerialPortHotPlug_linux.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class CSerialPortHotPlug
continue;
}

// printf can not output all string
// printf can not output all string
// std::cout << message << std::endl;

// Find necessary substrings
Expand Down
1 change: 0 additions & 1 deletion include/CSerialPort/SerialPortInfoUnixBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* Gitee : https://gitee.com/itas109 \n
* QQ Group : 129518033
* @brief the CSerialPortInfo unix class unix串口信息辅助类基类
* @todo Not implemented 未实现
* @copyright The CSerialPort is Copyright (C) 2014 itas109 <[email protected]>. \n
* You may use, copy, modify, and distribute the CSerialPort, under the terms \n
* of the LICENSE file.
Expand Down

0 comments on commit 29d5f96

Please sign in to comment.