From caaa010160ce21c33d286a0774f4a95c6cce829d Mon Sep 17 00:00:00 2001 From: Pedro Date: Mon, 20 Oct 2014 22:24:06 +0200 Subject: [PATCH] autoformat --- src/sql_execution.cpp | 2 +- src/sql_parser_cli.cpp | 2 +- src/sql_tests.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sql_execution.cpp b/src/sql_execution.cpp index edf13ba..ebece10 100644 --- a/src/sql_execution.cpp +++ b/src/sql_execution.cpp @@ -32,7 +32,7 @@ int main(int argc, char *argv[]) { fprintf(stderr, "Only Supporting Select Statements!\n"); } } - + return 0; } diff --git a/src/sql_parser_cli.cpp b/src/sql_parser_cli.cpp index 0f8b2ec..e84cc40 100644 --- a/src/sql_parser_cli.cpp +++ b/src/sql_parser_cli.cpp @@ -49,4 +49,4 @@ void evaluate_statement(Statement* stmt) { default: break; } -} \ No newline at end of file +} diff --git a/src/sql_tests.cpp b/src/sql_tests.cpp index 58f0d59..7180fa8 100644 --- a/src/sql_tests.cpp +++ b/src/sql_tests.cpp @@ -137,4 +137,4 @@ int main(int argc, char *argv[]) { printf("######################################\n"); return 0; -} \ No newline at end of file +}