From 05dd4b94f48c1717c18e0dcee88830394a5f171c Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 13 Jul 2010 17:58:50 -0400 Subject: [PATCH] Coding style fix Signed-off-by: Mathieu Desnoyers --- urcu/arch_alpha.h | 2 +- urcu/arch_generic.h | 2 +- urcu/arch_ppc.h | 2 +- urcu/arch_sparc64.h | 2 +- urcu/arch_x86.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/urcu/arch_alpha.h b/urcu/arch_alpha.h index c9d4923..0596939 100644 --- a/urcu/arch_alpha.h +++ b/urcu/arch_alpha.h @@ -10,7 +10,7 @@ * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. -* + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU diff --git a/urcu/arch_generic.h b/urcu/arch_generic.h index 0484618..36a0003 100644 --- a/urcu/arch_generic.h +++ b/urcu/arch_generic.h @@ -10,7 +10,7 @@ * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. -* + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU diff --git a/urcu/arch_ppc.h b/urcu/arch_ppc.h index 8b3eb75..7a217c8 100644 --- a/urcu/arch_ppc.h +++ b/urcu/arch_ppc.h @@ -11,7 +11,7 @@ * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. -* + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU diff --git a/urcu/arch_sparc64.h b/urcu/arch_sparc64.h index dbbbb42..8e991b1 100644 --- a/urcu/arch_sparc64.h +++ b/urcu/arch_sparc64.h @@ -11,7 +11,7 @@ * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. -* + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU diff --git a/urcu/arch_x86.h b/urcu/arch_x86.h index 5625056..aad541e 100644 --- a/urcu/arch_x86.h +++ b/urcu/arch_x86.h @@ -11,7 +11,7 @@ * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. -* + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -- 2.34.1