XJTUmg / pgrouting

Repository contains pgRouting library. Development branch is "develop", stable branch is "master"
http://www.pgrouting.org
GNU General Public License v2.0
2 stars 0 forks source link

Gsoc practice linting #8

Open XJTUmg opened 7 years ago

XJTUmg commented 7 years ago

Learning the basics of linting code Please add the task to your issues in your fork

depart from develop: (I am assuming that you already updated your fork)

git checkout develop
git checkout -b lint/trsp
git push

do the linting

git push

and make a pull request to main repo's develop

XJTUmg commented 7 years ago

lint src/trsp/src/GraphDefinition.h

XJTUmg commented 7 years ago