Skip to content

Commit

Permalink
fixing ifndef guards names
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Dec 27, 2024
1 parent 1f7ff05 commit a40cbc9
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions whisper_ros/include/silero_vad/silero_vad_node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#ifndef SILERO_VAD_NODE_HPP
#define SILERO_VAD_NODE_HPP
#ifndef SILERO_VAD_SILERO_VAD_NODE_HPP
#define SILERO_VAD_SILERO_VAD_NODE_HPP

#include <atomic>
#include <memory>
Expand Down
4 changes: 2 additions & 2 deletions whisper_ros/include/silero_vad/timestamp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#ifndef TIMESTAMPT_HPP
#define TIMESTAMPT_HPP
#ifndef SILERO_VAD__TIMESTAMPT_HPP
#define SILERO_VAD__TIMESTAMPT_HPP

#include <string>

Expand Down
4 changes: 2 additions & 2 deletions whisper_ros/include/silero_vad/vad_iterator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#ifndef VAD_ITERATOR_HPP
#define VAD_ITERATOR_HPP
#ifndef SILERO_VAD__VAD_ITERATOR_HPP
#define SILERO_VAD__VAD_ITERATOR_HPP

#include <limits>
#include <memory>
Expand Down
4 changes: 2 additions & 2 deletions whisper_ros/include/whisper_ros/whisper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#ifndef WHISPER_HPP
#define WHISPER_HPP
#ifndef WHISPER_ROS__WHISPER_HPP
#define WHISPER_ROS__WHISPER_HPP

#include <string>
#include <vector>
Expand Down
4 changes: 2 additions & 2 deletions whisper_ros/include/whisper_ros/whisper_base_node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#ifndef WHISPER_BASE_NODE_HPP
#define WHISPER_BASE_NODE_HPP
#ifndef WHISPER_ROS__WHISPER_BASE_NODE_HPP
#define WHISPER_ROS__WHISPER_BASE_NODE_HPP

#include <memory>
#include <rclcpp/rclcpp.hpp>
Expand Down
4 changes: 2 additions & 2 deletions whisper_ros/include/whisper_ros/whisper_node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#ifndef WHISPER_NODE_HPP
#define WHISPER_NODE_HPP
#ifndef WHISPER_ROS__WHISPER_NODE_HPP
#define WHISPER_ROS__WHISPER_NODE_HPP

#include <memory>

Expand Down
4 changes: 2 additions & 2 deletions whisper_ros/include/whisper_ros/whisper_server_node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

#ifndef WHISPER_SERVER_NODE_HPP
#define WHISPER_SERVER_NODE_HPP
#ifndef WHISPER_ROS__WHISPER_SERVER_NODE_HPP
#define WHISPER_ROS__WHISPER_SERVER_NODE_HPP

#include <condition_variable>
#include <memory>
Expand Down

0 comments on commit a40cbc9

Please sign in to comment.