Fixed source code format.

pull/3/head
Yuji Hirose 9 years ago
parent 0ddb5682af
commit 56ebcf09bf
  1. 8
      lint/peglint.cc

@ -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…
Cancel
Save