aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <petsku@petteriraty.eu>2010-08-24 20:19:01 +0300
committerPetteri Räty <petsku@petteriraty.eu>2010-08-29 11:56:25 +0300
commitce1258fafa4ccf48ce58edfd2661dc094ecfedf4 (patch)
tree9c7d88b5224f314e6ad9ba40f4851830e1b0dc29 /src/cppbash_builtin.cpp
parentHandle autoreconf warnings (diff)
downloadlibbash-ce1258fafa4ccf48ce58edfd2661dc094ecfedf4.tar.gz
libbash-ce1258fafa4ccf48ce58edfd2661dc094ecfedf4.tar.bz2
libbash-ce1258fafa4ccf48ce58edfd2661dc094ecfedf4.zip
Fix indentation
Some files had tabs although our style guide tells to use spaces. Used vim to reindent those files.
Diffstat (limited to 'src/cppbash_builtin.cpp')
-rw-r--r--src/cppbash_builtin.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/cppbash_builtin.cpp b/src/cppbash_builtin.cpp
index 82cfe56..ddb4310 100644
--- a/src/cppbash_builtin.cpp
+++ b/src/cppbash_builtin.cpp
@@ -1,20 +1,20 @@
/*
-Copyright 2010 Nathan Eloe
+ Copyright 2010 Nathan Eloe
-This file is part of libbash.
+ This file is part of libbash.
-libbash is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
+ libbash is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 2 of the License, or
+ (at your option) any later version.
-libbash 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 General Public License for more details.
+ libbash 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 General Public License for more details.
-You should have received a copy of the GNU General Public License
-along with libbash. If not, see <http://www.gnu.org/licenses/>.
-*/
+ You should have received a copy of the GNU General Public License
+ along with libbash. If not, see <http://www.gnu.org/licenses/>.
+ */
///
/// \file cppbash_builtin.cpp
/// \author Nathan Eloe