mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
![Nicholas Nethercote](/assets/img/avatar_default.png)
Two-space indents is the Gecko standard, and it's what nsBMPDecoder.cpp uses. This patch changes nsBMPEncoder.h to use two-space indents as well. This will help avoid possible mis-indentation if code is moved from the .h to the .cpp or vice versa (as subsequent patches in this bug will do). Also, it changes some of the // comments on public methods to doxygen-style /// comments.