summaryrefslogtreecommitdiff
path: root/src/regex__FFI.h
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2015-07-28 11:19:42 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2015-07-28 11:19:42 -0400
commitd6528405184ed3cc2a4f25b8ba86fabbc892dc59 (patch)
treea2ef3c1ed67af0972496e4cd4da80550c90d5c7f /src/regex__FFI.h
parenta5ff92b9ff97713deab61c69407d293b8ef064a8 (diff)
Run clang-format
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 */