This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
The-Powder-Toy/src/gui/localbrowser
Ryan Jacobs 55a30673c4 Remove unnecessary pointer checks.
There are *no* more spacing issues. I used tabs exclusively.
Also, I made changes off of the develop branch.

Here's the Ruby regex that I used:
text.gsub!(/(( |\t)*)if ?\((.*)\) ?{?\n?( |\t)*(free ?\(|delete |delete\[\] )(.*)\)?;/, "\\1\\5\\6;")
2015-02-14 22:13:26 -08:00
..
LocalBrowserController.cpp Remove unnecessary pointer checks. 2015-02-14 22:13:26 -08:00
LocalBrowserController.h Textbox in the stamp browser also 2014-11-11 19:38:29 -05:00
LocalBrowserModel.cpp Remove unnecessary pointer checks. 2015-02-14 22:13:26 -08:00
LocalBrowserModel.h Move all GUI source files into gui/ 2013-03-22 14:14:17 +00:00
LocalBrowserModelException.h Move all GUI source files into gui/ 2013-03-22 14:14:17 +00:00
LocalBrowserView.cpp fix ALL the warnings 2015-01-16 22:35:32 -05:00
LocalBrowserView.h fix ALL the warnings 2015-01-16 22:35:32 -05:00