mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-12-22 11:55:30 +00:00
Fixed source code format.
This commit is contained in:
parent
0ddb5682af
commit
56ebcf09bf
@ -78,10 +78,10 @@ int main(int argc, const char** argv)
|
||||
|
||||
vector<char> source;
|
||||
if (!read_file(source_path, source)) {
|
||||
auto beg = source_path;
|
||||
auto end = source_path + strlen(source_path);
|
||||
source.assign(beg, end);
|
||||
source_path = "[commendline]";
|
||||
auto beg = source_path;
|
||||
auto end = source_path + strlen(source_path);
|
||||
source.assign(beg, end);
|
||||
source_path = "[commendline]";
|
||||
}
|
||||
|
||||
peg.log = [&](auto ln, auto col, const auto& msg) {
|
||||
|
Loading…
Reference in New Issue
Block a user