summaryrefslogtreecommitdiff
path: root/ext/standard/base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/base64.h')
-rw-r--r--ext/standard/base64.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/standard/base64.h b/ext/standard/base64.h
index b4d6016e97..b0ed3f6dfc 100644
--- a/ext/standard/base64.h
+++ b/ext/standard/base64.h
@@ -78,10 +78,3 @@ static inline zend_string *php_base64_decode_str(const zend_string *str) {
}
#endif /* BASE64_H */
-
-/*
- * Local variables:
- * tab-width: 4
- * c-basic-offset: 4
- * End:
- */