From d6528405184ed3cc2a4f25b8ba86fabbc892dc59 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Tue, 28 Jul 2015 11:19:42 -0400 Subject: Run clang-format --- src/regex__FFI.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/regex__FFI.h') 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 */ -- cgit v1.2.3