summaryrefslogtreecommitdiff
path: root/src/regex__FFI.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex__FFI.h')
-rw-r--r--src/regex__FFI.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regex__FFI.h b/src/regex__FFI.h
index 9d6a2c2..7bb4739 100644
--- a/src/regex__FFI.h
+++ b/src/regex__FFI.h
@@ -11,8 +11,8 @@ under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License. */
-#ifndef URWEB_REGEX__FFI_H
-#define URWEB_REGEX__FFI_H
+#ifndef URWEB_REGEX__FFI_H_ /* NOLINT(build/header_guard) */
+#define URWEB_REGEX__FFI_H_
#ifdef __cplusplus
extern "C" {
@@ -51,4 +51,4 @@ uw_Regex__FFI_match uw_Regex__FFI_do_match(struct uw_context*,
}
#endif
-#endif /* URWEB_REGEX__FFI_H */
+#endif /* URWEB_REGEX__FFI_H_ */ /* NOLINT(build/header_guard) */