From a5ff92b9ff97713deab61c69407d293b8ef064a8 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Tue, 28 Jul 2015 11:11:06 -0400 Subject: Run cpplint Also fix a fencepost error in uw_Regex__FFI_do_match. --- src/regex__FFI.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/regex__FFI.h') 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) */ -- cgit v1.2.3