Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonFool committed Aug 5, 2021
1 parent c8d9045 commit 6bdcff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/compiler/methodMatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ void MethodMatcher::init(Symbol* class_name, Mode class_mode,
_signature = signature;
}

static bool is_hidden_class_pattern(const char * current, const char* start) {
static bool is_hidden_class_pattern(const char * current, const char * start) {
int index = 0;
char c = *(++current);

Expand Down

0 comments on commit 6bdcff2

Please sign in to comment.