Skip to content

Commit a40cbc9

Browse files
committed
fixing ifndef guards names
1 parent 1f7ff05 commit a40cbc9

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

whisper_ros/include/silero_vad/silero_vad_node.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
// SOFTWARE.
2222

23-
#ifndef SILERO_VAD_NODE_HPP
24-
#define SILERO_VAD_NODE_HPP
23+
#ifndef SILERO_VAD_SILERO_VAD_NODE_HPP
24+
#define SILERO_VAD_SILERO_VAD_NODE_HPP
2525

2626
#include <atomic>
2727
#include <memory>

whisper_ros/include/silero_vad/timestamp.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
// SOFTWARE.
2222

23-
#ifndef TIMESTAMPT_HPP
24-
#define TIMESTAMPT_HPP
23+
#ifndef SILERO_VAD__TIMESTAMPT_HPP
24+
#define SILERO_VAD__TIMESTAMPT_HPP
2525

2626
#include <string>
2727

whisper_ros/include/silero_vad/vad_iterator.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
// SOFTWARE.
2222

23-
#ifndef VAD_ITERATOR_HPP
24-
#define VAD_ITERATOR_HPP
23+
#ifndef SILERO_VAD__VAD_ITERATOR_HPP
24+
#define SILERO_VAD__VAD_ITERATOR_HPP
2525

2626
#include <limits>
2727
#include <memory>

whisper_ros/include/whisper_ros/whisper.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
// SOFTWARE.
2222

23-
#ifndef WHISPER_HPP
24-
#define WHISPER_HPP
23+
#ifndef WHISPER_ROS__WHISPER_HPP
24+
#define WHISPER_ROS__WHISPER_HPP
2525

2626
#include <string>
2727
#include <vector>

whisper_ros/include/whisper_ros/whisper_base_node.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
// SOFTWARE.
2222

23-
#ifndef WHISPER_BASE_NODE_HPP
24-
#define WHISPER_BASE_NODE_HPP
23+
#ifndef WHISPER_ROS__WHISPER_BASE_NODE_HPP
24+
#define WHISPER_ROS__WHISPER_BASE_NODE_HPP
2525

2626
#include <memory>
2727
#include <rclcpp/rclcpp.hpp>

whisper_ros/include/whisper_ros/whisper_node.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
// SOFTWARE.
2222

23-
#ifndef WHISPER_NODE_HPP
24-
#define WHISPER_NODE_HPP
23+
#ifndef WHISPER_ROS__WHISPER_NODE_HPP
24+
#define WHISPER_ROS__WHISPER_NODE_HPP
2525

2626
#include <memory>
2727

whisper_ros/include/whisper_ros/whisper_server_node.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
// SOFTWARE.
2222

23-
#ifndef WHISPER_SERVER_NODE_HPP
24-
#define WHISPER_SERVER_NODE_HPP
23+
#ifndef WHISPER_ROS__WHISPER_SERVER_NODE_HPP
24+
#define WHISPER_ROS__WHISPER_SERVER_NODE_HPP
2525

2626
#include <condition_variable>
2727
#include <memory>

0 commit comments

Comments
 (0)