summaryrefslogtreecommitdiff
path: root/src/regex__FFI.h
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2015-07-28 11:11:06 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2015-07-28 11:11:06 -0400
commita5ff92b9ff97713deab61c69407d293b8ef064a8 (patch)
tree8a6c0f189fd2b0da44ed5e204ea917cf5c774e9d /src/regex__FFI.h
parent2f6799a42360a995b665244b922ebd3b2275c839 (diff)
Run cpplint
Also fix a fencepost error in uw_Regex__FFI_do_match.
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) */