From c5d004aa4819072bff5b806678a7b431ba511ad2 Mon Sep 17 00:00:00 2001 From: AdenKoperczak Date: Sat, 21 Sep 2024 12:44:24 -0400 Subject: [PATCH] fixed __clange__ spelling mistake --- scwx-qt/source/scwx/qt/config/radar_site.cpp | 2 +- scwx-qt/source/scwx/qt/main/main_window.cpp | 2 +- scwx-qt/source/scwx/qt/map/overlay_layer.cpp | 2 +- scwx-qt/source/scwx/qt/view/level3_product_view.cpp | 2 +- wxdata/source/scwx/awips/coded_time_motion_location.cpp | 2 +- wxdata/source/scwx/awips/pvtec.cpp | 2 +- wxdata/source/scwx/gr/placefile.cpp | 2 +- wxdata/source/scwx/network/dir_list.cpp | 2 +- wxdata/source/scwx/provider/aws_level2_data_provider.cpp | 2 +- wxdata/source/scwx/provider/aws_level3_data_provider.cpp | 2 +- wxdata/source/scwx/provider/warnings_provider.cpp | 2 +- wxdata/source/scwx/util/time.cpp | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/scwx-qt/source/scwx/qt/config/radar_site.cpp b/scwx-qt/source/scwx/qt/config/radar_site.cpp index e06f91e0..782436df 100644 --- a/scwx-qt/source/scwx/qt/config/radar_site.cpp +++ b/scwx-qt/source/scwx/qt/config/radar_site.cpp @@ -10,7 +10,7 @@ #include -#if !(defined(_MSC_VER) || defined(__clange__)) +#if !(defined(_MSC_VER) || defined(__clang__)) # include #endif diff --git a/scwx-qt/source/scwx/qt/main/main_window.cpp b/scwx-qt/source/scwx/qt/main/main_window.cpp index b242b41b..711aed80 100644 --- a/scwx-qt/source/scwx/qt/main/main_window.cpp +++ b/scwx-qt/source/scwx/qt/main/main_window.cpp @@ -52,7 +52,7 @@ #include #include -#if !(defined(_MSC_VER) || defined(__clange__)) +#if !(defined(_MSC_VER) || defined(__clang__)) # include #endif diff --git a/scwx-qt/source/scwx/qt/map/overlay_layer.cpp b/scwx-qt/source/scwx/qt/map/overlay_layer.cpp index 95e8fc62..0151b6cb 100644 --- a/scwx-qt/source/scwx/qt/map/overlay_layer.cpp +++ b/scwx-qt/source/scwx/qt/map/overlay_layer.cpp @@ -22,7 +22,7 @@ #include #include -#if !(defined(_MSC_VER) || defined(__clange__)) +#if !(defined(_MSC_VER) || defined(__clang__)) # include #endif diff --git a/scwx-qt/source/scwx/qt/view/level3_product_view.cpp b/scwx-qt/source/scwx/qt/view/level3_product_view.cpp index 83a8210f..a700b206 100644 --- a/scwx-qt/source/scwx/qt/view/level3_product_view.cpp +++ b/scwx-qt/source/scwx/qt/view/level3_product_view.cpp @@ -17,7 +17,7 @@ #include #include -#if !(defined(_MSC_VER) || defined(__clange__)) +#if !(defined(_MSC_VER) || defined(__clang__)) # include #endif diff --git a/wxdata/source/scwx/awips/coded_time_motion_location.cpp b/wxdata/source/scwx/awips/coded_time_motion_location.cpp index ebe162f1..40358eef 100644 --- a/wxdata/source/scwx/awips/coded_time_motion_location.cpp +++ b/wxdata/source/scwx/awips/coded_time_motion_location.cpp @@ -13,7 +13,7 @@ #include -#if !(defined(_MSC_VER) || defined(__clange__)) +#if !(defined(_MSC_VER) || defined(__clang__)) # include #endif diff --git a/wxdata/source/scwx/awips/pvtec.cpp b/wxdata/source/scwx/awips/pvtec.cpp index 485fecb8..426a58d3 100644 --- a/wxdata/source/scwx/awips/pvtec.cpp +++ b/wxdata/source/scwx/awips/pvtec.cpp @@ -17,7 +17,7 @@ #include #include -#if !(defined(_MSC_VER) || defined(__clange__)) +#if !(defined(_MSC_VER) || defined(__clang__)) # include #endif diff --git a/wxdata/source/scwx/gr/placefile.cpp b/wxdata/source/scwx/gr/placefile.cpp index 529f5f9b..70881299 100644 --- a/wxdata/source/scwx/gr/placefile.cpp +++ b/wxdata/source/scwx/gr/placefile.cpp @@ -20,7 +20,7 @@ #include -#if !(defined(_MSC_VER) || defined(__clange__)) +#if !(defined(_MSC_VER) || defined(__clang__)) # include #endif diff --git a/wxdata/source/scwx/network/dir_list.cpp b/wxdata/source/scwx/network/dir_list.cpp index 5134cb57..e4a2c4c3 100644 --- a/wxdata/source/scwx/network/dir_list.cpp +++ b/wxdata/source/scwx/network/dir_list.cpp @@ -11,7 +11,7 @@ #include #include -#if !(defined(_MSC_VER) || defined(__clange__)) +#if !(defined(_MSC_VER) || defined(__clang__)) # include #endif diff --git a/wxdata/source/scwx/provider/aws_level2_data_provider.cpp b/wxdata/source/scwx/provider/aws_level2_data_provider.cpp index 4538dc53..87f0d2a2 100644 --- a/wxdata/source/scwx/provider/aws_level2_data_provider.cpp +++ b/wxdata/source/scwx/provider/aws_level2_data_provider.cpp @@ -5,7 +5,7 @@ #include #include -#if !(defined(_MSC_VER) || defined(__clange__)) +#if !(defined(_MSC_VER) || defined(__clang__)) # include #endif diff --git a/wxdata/source/scwx/provider/aws_level3_data_provider.cpp b/wxdata/source/scwx/provider/aws_level3_data_provider.cpp index 2e020886..e052b907 100644 --- a/wxdata/source/scwx/provider/aws_level3_data_provider.cpp +++ b/wxdata/source/scwx/provider/aws_level3_data_provider.cpp @@ -12,7 +12,7 @@ #include #include -#if !(defined(_MSC_VER) || defined(__clange__)) +#if !(defined(_MSC_VER) || defined(__clang__)) # include #endif diff --git a/wxdata/source/scwx/provider/warnings_provider.cpp b/wxdata/source/scwx/provider/warnings_provider.cpp index ecc3714e..443582c7 100644 --- a/wxdata/source/scwx/provider/warnings_provider.cpp +++ b/wxdata/source/scwx/provider/warnings_provider.cpp @@ -14,7 +14,7 @@ #include #include -#if !(defined(_MSC_VER) || defined(__clange__)) +#if !(defined(_MSC_VER) || defined(__clang__)) # include #endif diff --git a/wxdata/source/scwx/util/time.cpp b/wxdata/source/scwx/util/time.cpp index 665f2f1a..dcf763d2 100644 --- a/wxdata/source/scwx/util/time.cpp +++ b/wxdata/source/scwx/util/time.cpp @@ -17,7 +17,7 @@ #include -#if !(defined(_MSC_VER) || defined(__clange__)) +#if !(defined(_MSC_VER) || defined(__clang__)) # include #endif