Gentoo Archives: gentoo-commits

From: "Petteri Räty" <betelgeuse@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/libbash:master commit in: src/builtins/
Date: Sun, 03 Jul 2011 20:21:35
Message-Id: fa602cbb0e6269ad93b47fb47eb3e5b660fc0929.betelgeuse@gentoo
1 commit: fa602cbb0e6269ad93b47fb47eb3e5b660fc0929
2 Author: Mu Qiao <qiaomuf <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 12:33:04 2011 +0000
4 Commit: Petteri Räty <betelgeuse <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 19:50:04 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/libbash.git;a=commit;h=fa602cbb
7
8 Core: fix headers that don't follow the coding style
9
10 ---
11 src/builtins/eval_builtin.h | 4 ++--
12 src/builtins/printf_builtin.h | 4 ++--
13 2 files changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/src/builtins/eval_builtin.h b/src/builtins/eval_builtin.h
16 index ea2222c..ed910ea 100644
17 --- a/src/builtins/eval_builtin.h
18 +++ b/src/builtins/eval_builtin.h
19 @@ -21,8 +21,8 @@
20 /// \brief class that implements the eval builtin
21 ///
22
23 -#ifndef LIBBASH_BUILTINS_eval_BUILTIN_H_
24 -#define LIBBASH_BUILTINS_eval_BUILTIN_H_
25 +#ifndef LIBBASH_BUILTINS_EVAL_BUILTIN_H_
26 +#define LIBBASH_BUILTINS_EVAL_BUILTIN_H_
27
28 #include "cppbash_builtin.h"
29
30
31 diff --git a/src/builtins/printf_builtin.h b/src/builtins/printf_builtin.h
32 index 07d5ac7..ec3ba72 100644
33 --- a/src/builtins/printf_builtin.h
34 +++ b/src/builtins/printf_builtin.h
35 @@ -20,8 +20,8 @@
36 /// \file printf_builtin.h
37 /// \brief implementation for the printf builtin
38 ///
39 -#ifndef LIBBASH_BUILTINS_printf_BUILTIN_H_
40 -#define LIBBASH_BUILTINS_printf_BUILTIN_H_
41 +#ifndef LIBBASH_BUILTINS_PRINTF_BUILTIN_H_
42 +#define LIBBASH_BUILTINS_PRINTF_BUILTIN_H_
43
44 #include "cppbash_builtin.h"