-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Applying uncrustify script, reformatting whole source tree.
- Loading branch information
Showing
36 changed files
with
4,642 additions
and
2,361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
filter=-legal/copyright,-whitespace/braces,-whitespace/newline,-build/c++11,-whitespace/line_length,-whitespace/indent,-runtime/references,-whitespace/comments,-runtime/int,-build/header_guard,-whitespace/operators,-readability/braces |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
/** \file btree | ||
* Forwarder header to btree.h | ||
*/ | ||
|
||
/* | ||
// -*- mode: c++ -*- | ||
/******************************************************************************* | ||
* include/stx/btree | ||
* | ||
* STX B+ Tree Template Classes v0.9 | ||
* Copyright (C) 2008-2013 Timo Bingmann <[email protected]> | ||
* | ||
|
@@ -29,11 +28,17 @@ | |
* FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, | ||
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | ||
* DEALINGS IN THE SOFTWARE. | ||
*/ | ||
******************************************************************************/ | ||
|
||
#ifndef _STX_BTREE_ | ||
#define _STX_BTREE_ | ||
|
||
/** \file btree | ||
* Forwarder header to btree.h | ||
*/ | ||
|
||
#include <stx/btree.h> | ||
|
||
#endif // _STX_BTREE_ | ||
|
||
/******************************************************************************/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.