Skip to content

Commit

Permalink
Update README.md, replace 'make astyle' with 'make format'
Browse files Browse the repository at this point in the history
The former has been replaced by the latter since 62cb38b (Use
clang-format, llvm style, for formatting. - 2015-07-27)

dòng được
  • Loading branch information
pclouds committed Aug 3, 2017
1 parent 4b10d32 commit 350d145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ To run a test for memory leaks using `valgrind`:

make leakcheck

To reformat source code using `astyle`:
To reformat source code using `clang-format`:

make astyle
make format

To run a "fuzz test" against ten long randomly generated inputs:

Expand Down

0 comments on commit 350d145

Please sign in to comment.