run whitespace_format.py --add-new-line-marker-at-end-of-file --remove-trailing-whitespace --remove-trailing-empty-lines --new-line-marker=linux --normalize-non-standard-whitespace=remove on src/

This commit is contained in:
Mis012
2025-02-05 16:27:17 +01:00
parent 1d2450443e
commit ab5b600bf1
148 changed files with 9559 additions and 9529 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
/*
** Modified to support SQLite extensions by the SQLite developers:
** Modified to support SQLite extensions by the SQLite developers:
** sqlite-dev@sqlite.org.
*/

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
/*
** Modified to support SQLite extensions by the SQLite developers:
** Modified to support SQLite extensions by the SQLite developers:
** sqlite-dev@sqlite.org.
*/

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
/*
** Modified to support SQLite extensions by the SQLite developers:
** Modified to support SQLite extensions by the SQLite developers:
** sqlite-dev@sqlite.org.
*/

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
/*
** Modified to support SQLite extensions by the SQLite developers:
** Modified to support SQLite extensions by the SQLite developers:
** sqlite-dev@sqlite.org.
*/

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
/*
** Modified to support SQLite extensions by the SQLite developers:
** Modified to support SQLite extensions by the SQLite developers:
** sqlite-dev@sqlite.org.
*/

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
/*
** Modified to support SQLite extensions by the SQLite developers:
** Modified to support SQLite extensions by the SQLite developers:
** sqlite-dev@sqlite.org.
*/

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
/*
** Modified to support SQLite extensions by the SQLite developers:
** Modified to support SQLite extensions by the SQLite developers:
** sqlite-dev@sqlite.org.
*/

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
/*
** Modified to support SQLite extensions by the SQLite developers:
** Modified to support SQLite extensions by the SQLite developers:
** sqlite-dev@sqlite.org.
*/

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
/*
** Modified to support SQLite extensions by the SQLite developers:
** Modified to support SQLite extensions by the SQLite developers:
** sqlite-dev@sqlite.org.
*/

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
/*
** Modified to support SQLite extensions by the SQLite developers:
** Modified to support SQLite extensions by the SQLite developers:
** sqlite-dev@sqlite.org.
*/

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
/*
** Modified to support SQLite extensions by the SQLite developers:
** Modified to support SQLite extensions by the SQLite developers:
** sqlite-dev@sqlite.org.
*/
@@ -130,10 +130,10 @@ public class SQLiteCursor extends AbstractWindowedCursor {
return mCount;
}
/*
/*
** The AbstractWindowClass contains protected methods clearOrCreateWindow() and
** closeWindow(), which are used by the android.database.sqlite.* version of this
** class. But, since they are marked with "@hide", the following replacement
** class. But, since they are marked with "@hide", the following replacement
** versions are required.
*/
private void awc_clearOrCreateWindow(String name){

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
/*
** Modified to support SQLite extensions by the SQLite developers:
** Modified to support SQLite extensions by the SQLite developers:
** sqlite-dev@sqlite.org.
*/

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
/*
** Modified to support SQLite extensions by the SQLite developers:
** Modified to support SQLite extensions by the SQLite developers:
** sqlite-dev@sqlite.org.
*/
@@ -1743,7 +1743,7 @@ public final class SQLiteDatabase extends SQLiteClosable {
* Returns true if the new version code is greater than the current database version.
*
* @param newVersion The new version code.
* @return True if the new version code is greater than the current database version.
* @return True if the new version code is greater than the current database version.
*/
public boolean needUpgrade(int newVersion) {
return newVersion > getVersion();

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
/*
** Modified to support SQLite extensions by the SQLite developers:
** Modified to support SQLite extensions by the SQLite developers:
** sqlite-dev@sqlite.org.
*/

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
/*
** Modified to support SQLite extensions by the SQLite developers:
** Modified to support SQLite extensions by the SQLite developers:
** sqlite-dev@sqlite.org.
*/

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
/*
** Modified to support SQLite extensions by the SQLite developers:
** Modified to support SQLite extensions by the SQLite developers:
** sqlite-dev@sqlite.org.
*/

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
/*
** Modified to support SQLite extensions by the SQLite developers:
** Modified to support SQLite extensions by the SQLite developers:
** sqlite-dev@sqlite.org.
*/

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
/*
** Modified to support SQLite extensions by the SQLite developers:
** Modified to support SQLite extensions by the SQLite developers:
** sqlite-dev@sqlite.org.
*/

View File

@@ -14,14 +14,14 @@
* limitations under the License.
*/
/*
** Modified to support SQLite extensions by the SQLite developers:
** Modified to support SQLite extensions by the SQLite developers:
** sqlite-dev@sqlite.org.
*/
package android.database.sqlite;
/**
* An exception that indicates that an IO error occured while accessing the
* An exception that indicates that an IO error occured while accessing the
* SQLite database file.
*/
public class SQLiteDiskIOException extends SQLiteException {

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
/*
** Modified to support SQLite extensions by the SQLite developers:
** Modified to support SQLite extensions by the SQLite developers:
** sqlite-dev@sqlite.org.
*/

Some files were not shown because too many files have changed in this diff Show More