Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit 8e7a855

Browse files
committed
8255526: Enable jcheck whitespace checking of build system files
Reviewed-by: shade, erikj
1 parent c45ab1a commit 8e7a855

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.jcheck/conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ version=0
1414
domain=openjdk.org
1515

1616
[checks "whitespace"]
17-
files=.*\.cpp|.*\.hpp|.*\.c|.*\.h|.*\.java|.*\.cc|.*\.hh|.*\.m|.*\.mm
17+
files=.*\.cpp|.*\.hpp|.*\.c|.*\.h|.*\.java|.*\.cc|.*\.hh|.*\.m|.*\.mm|.*\.gmk|.*\.m4|.*\.ac|Makefile
18+
ignore-tabs=.*\.gmk|Makefile
1819

1920
[checks "merge"]
2021
message=Merge

make/autoconf/jvm-features.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ AC_DEFUN_ONCE([JVM_FEATURES_PARSE_OPTIONS],
159159
# Likewise, check for deprecated arguments.
160160
m4_foreach(FEATURE, m4_split(jvm_features_deprecated), [
161161
AC_ARG_ENABLE(jvm-feature-FEATURE, AS_HELP_STRING(
162-
[--enable-jvm-feature-FEATURE],
162+
[--enable-jvm-feature-FEATURE],
163163
[Deprecated. Option is kept for backwards compatibility and is ignored]))
164164
165165
m4_define(FEATURE_SHELL, [enable_jvm_feature_]m4_translit(FEATURE, -, _))

make/modules/java.base/gendata/GendataCryptoPolicy.gmk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# In pre-JDK9 releases, Oracle JDK has had a separately downloadable set
2828
# of policy files which has been a nightmare for deployment.
2929
#
30-
# We now create 2 complete initial sets of policy files and package into
30+
# We now create 2 complete initial sets of policy files and package into
3131
# 2 different directories. The crypto.policy Security property will select
3232
# the active policy.
3333
#

0 commit comments

Comments
 (0)