Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(746)

Unified Diff: Source/wtf/StackStats.cpp

Issue 20300002: Fix trailing whitespace in .cpp, .h, and .idl files (ex. Source/core) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/wtf/StackStats.h ('k') | Source/wtf/StdLibExtras.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/StackStats.cpp
diff --git a/Source/wtf/StackStats.cpp b/Source/wtf/StackStats.cpp
index 3df0c220085f86c3d0688cc39faacf75ad5f8e8d..ecfe1203d7d4148c562a760acd3306769620d9ab 100644
--- a/Source/wtf/StackStats.cpp
+++ b/Source/wtf/StackStats.cpp
@@ -20,13 +20,13 @@
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "config.h"
#include "StackStats.h"
-#if ENABLE(STACK_STATS)
+#if ENABLE(STACK_STATS)
#include "Assertions.h"
#include "DataLog.h"
@@ -226,7 +226,7 @@ StackStats::LayoutCheckPoint::LayoutCheckPoint()
}
StackStats::s_topLayoutCheckPoint = this;
- //
+ //
char* current = reinterpret_cast<char*>(this);
char* last = reinterpret_cast<char*>(m_prev);
char* root = reinterpret_cast<char*>(StackStats::s_firstLayoutCheckPoint);
« no previous file with comments | « Source/wtf/StackStats.h ('k') | Source/wtf/StdLibExtras.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698