From a66a91c22a0599049c8d8657a162ffe2336f9bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 10 Dec 2008 19:34:04 +0000 Subject: [PATCH] code cleanups --- CheckClass.cpp | 2 +- CheckMemoryLeak.cpp | 2 +- CheckOther.cpp | 2 +- FileLister.cpp | 2 +- FileLister.h | 2 +- testmemleak.cpp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CheckClass.cpp b/CheckClass.cpp index 9b7a7e6bb..a7cdfe5dc 100644 --- a/CheckClass.cpp +++ b/CheckClass.cpp @@ -1,4 +1,4 @@ -/* +/* * c++check - c/c++ syntax checking * Copyright (C) 2007 Daniel Marjamäki * diff --git a/CheckMemoryLeak.cpp b/CheckMemoryLeak.cpp index 8de17f342..5518dd655 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/CheckOther.cpp b/CheckOther.cpp index f889d11a0..77375f35b 100644 --- a/CheckOther.cpp +++ b/CheckOther.cpp @@ -1,4 +1,4 @@ -/* +/* * c++check - c/c++ syntax checking * Copyright (C) 2007 Daniel Marjamäki * diff --git a/FileLister.cpp b/FileLister.cpp index 920301032..66aa30939 100644 --- a/FileLister.cpp +++ b/FileLister.cpp @@ -1,4 +1,4 @@ -/* +/* * c++check - c/c++ syntax checking * Copyright (C) 2007-2008 Daniel Marjamäki and Reijo Tomperi * diff --git a/FileLister.h b/FileLister.h index aa4231c70..d8337fed9 100644 --- a/FileLister.h +++ b/FileLister.h @@ -1,4 +1,4 @@ -/* +/* * c++check - c/c++ syntax checking * Copyright (C) 2007-2008 Daniel Marjamäki and Reijo Tomperi * diff --git a/testmemleak.cpp b/testmemleak.cpp index a9e3193dc..946e732ae 100644 --- a/testmemleak.cpp +++ b/testmemleak.cpp @@ -1,4 +1,4 @@ -/* +/* * c++check - c/c++ syntax checking * Copyright (C) 2007 Daniel Marjamäki *