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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/regex__FFI.h b/src/regex__FFI.h
index 7bb4739..4cf5435 100644
--- a/src/regex__FFI.h
+++ b/src/regex__FFI.h
@@ -11,8 +11,10 @@ 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. */
+/* clang-format off */
#ifndef URWEB_REGEX__FFI_H_ /* NOLINT(build/header_guard) */
#define URWEB_REGEX__FFI_H_
+/* clang-format on */
#ifdef __cplusplus
extern "C" {
@@ -51,4 +53,6 @@ uw_Regex__FFI_match uw_Regex__FFI_do_match(struct uw_context*,
}
#endif
+/* clang-format off */
#endif /* URWEB_REGEX__FFI_H_ */ /* NOLINT(build/header_guard) */
+/* clang-format on */