PrettyLineEnding constructor

PrettyLineEnding(
  1. SourceLocation location, [
  2. bool following = true
])

Implementation

PrettyLineEnding(
  SourceLocation location, [
  bool following = true,
]) : super(location, location, '', following ? 1 : -1);