Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2320)

Unified Diff: Source/modules/webdatabase/DatabaseAuthorizer.cpp

Issue 20300002: Fix trailing whitespace in .cpp, .h, and .idl files (ex. Source/core) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/webdatabase/Database.cpp ('k') | Source/modules/webdatabase/DatabaseBackend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webdatabase/DatabaseAuthorizer.cpp
diff --git a/Source/modules/webdatabase/DatabaseAuthorizer.cpp b/Source/modules/webdatabase/DatabaseAuthorizer.cpp
index 6d38e88cfaf3e35341e21ded850b8b7c48c33e87..f64bbd8838367d91498edc55b7f279d84b71cee3 100644
--- a/Source/modules/webdatabase/DatabaseAuthorizer.cpp
+++ b/Source/modules/webdatabase/DatabaseAuthorizer.cpp
@@ -344,7 +344,7 @@ int DatabaseAuthorizer::allowRead(const String& tableName, const String&)
{
if (m_permissions & NoAccessMask && m_securityEnabled)
return SQLAuthDeny;
-
+
return denyBasedOnTableName(tableName);
}
@@ -400,7 +400,7 @@ void DatabaseAuthorizer::setReadOnly()
{
m_permissions |= ReadOnlyMask;
}
-
+
void DatabaseAuthorizer::setPermissions(int permissions)
{
m_permissions = permissions;
« no previous file with comments | « Source/modules/webdatabase/Database.cpp ('k') | Source/modules/webdatabase/DatabaseBackend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698