@@ -109,7 +109,7 @@ TYPED_TEST(StatementTest, TestSQLPrepareInvalidQuery) {
109109 VerifyOdbcErrorState (SQL_HANDLE_STMT, this ->stmt , kErrorStateS1010 );
110110#else
111111 VerifyOdbcErrorState (SQL_HANDLE_STMT, this ->stmt , kErrorStateHY010 );
112- #endif // __APPLE__
112+ #endif // __APPLE__
113113}
114114
115115TYPED_TEST (StatementTest, TestSQLExecDirectDataQuery) {
@@ -2020,7 +2020,7 @@ TYPED_TEST(StatementTest, TestSQLNativeSqlReturnsErrorOnBadInputs) {
20202020 VerifyOdbcErrorState (SQL_HANDLE_DBC, this ->conn , kErrorStateS1090 );
20212021#else
20222022 VerifyOdbcErrorState (SQL_HANDLE_DBC, this ->conn , kErrorStateHY090 );
2023- #endif // __APPLE__
2023+ #endif // __APPLE__
20242024}
20252025
20262026TYPED_TEST (StatementTest, SQLNumResultColsReturnsColumnsOnSelect) {
@@ -2069,7 +2069,7 @@ TYPED_TEST(StatementTest, SQLNumResultColsFunctionSequenceErrorOnNoQuery) {
20692069 VerifyOdbcErrorState (SQL_HANDLE_STMT, this ->stmt , kErrorStateS1010 );
20702070#else
20712071 VerifyOdbcErrorState (SQL_HANDLE_STMT, this ->stmt , kErrorStateHY010 );
2072- #endif // __APPLE__
2072+ #endif // __APPLE__
20732073
20742074 ASSERT_EQ (expected_value, column_count);
20752075}
@@ -2117,7 +2117,7 @@ TYPED_TEST(StatementTest, SQLRowCountFunctionSequenceErrorOnNoQuery) {
21172117 VerifyOdbcErrorState (SQL_HANDLE_STMT, this ->stmt , kErrorStateS1010 );
21182118#else
21192119 VerifyOdbcErrorState (SQL_HANDLE_STMT, this ->stmt , kErrorStateHY010 );
2120- #endif // __APPLE__
2120+ #endif // __APPLE__
21212121
21222122 EXPECT_EQ (expected_value, row_count);
21232123}
0 commit comments