Closed kantnisha closed 11 years ago
@kantnisha thanks for the effort on the commit. However something to be aware about with git is making sure that your line ending are set up properly you can do this by running
`git config --global core.autocrlf true``
You can see more here Dealing with line endings
This makes sure that your commits don't change all of the line endings making it harder to find what you actually changed.
If you want you can run that and remake your changes which will allow us to better see what you did, and track changes in the future.
@msarchet thanks. I'll do that. New to GIT :)
@msarchet I took latest code after scott's commit. Seems he added line ending issue fix. Created new pull request. Don't know how to cancel this pull request.
closed this. opened a new request
-Removed and sorted usings -Moved usings inside namespace