From 789aac2ef434279a3bd13271a2d24b4fa2404949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 7 Nov 2008 16:25:29 +0000 Subject: [PATCH] cleanup the files --- CheckMemoryLeak.cpp | 2 +- CheckMemoryLeak.h | 2 +- testmemleak.cpp | 2 +- tokenize.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CheckMemoryLeak.cpp b/CheckMemoryLeak.cpp index 071a935b0..bc98aba75 100644 --- a/CheckMemoryLeak.cpp +++ b/CheckMemoryLeak.cpp @@ -1,4 +1,4 @@ -/* +/* * c++check - c/c++ syntax checking * Copyright (C) 2007 Daniel Marjamäki * diff --git a/CheckMemoryLeak.h b/CheckMemoryLeak.h index 44414cfad..6f69a7ba9 100644 --- a/CheckMemoryLeak.h +++ b/CheckMemoryLeak.h @@ -1,4 +1,4 @@ -/* +/* * c++check - c/c++ syntax checking * Copyright (C) 2007 Daniel Marjamäki * diff --git a/testmemleak.cpp b/testmemleak.cpp index a210f663a..b12df22c5 100644 --- a/testmemleak.cpp +++ b/testmemleak.cpp @@ -1,4 +1,4 @@ -/* +/* * c++check - c/c++ syntax checking * Copyright (C) 2007 Daniel Marjamäki * diff --git a/tokenize.h b/tokenize.h index 1f7a5f1e3..6853c267d 100644 --- a/tokenize.h +++ b/tokenize.h @@ -1,4 +1,4 @@ -/* +/* * c++check - c/c++ syntax checking * Copyright (C) 2007 Daniel Marjamäki *