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

Unified Diff: Source/core/page/DragActions.h

Issue 20294002: Fix trailing whitespace in .cpp, .h, and .idl files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased 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/core/page/DOMSelection.cpp ('k') | Source/core/page/DragClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/DragActions.h
diff --git a/Source/core/page/DragActions.h b/Source/core/page/DragActions.h
index c9793f33072d84693b3c24378e54db5fcbdf0783..d98c9c40e2ae737393a3ae792f4830925120f043 100644
--- a/Source/core/page/DragActions.h
+++ b/Source/core/page/DragActions.h
@@ -20,7 +20,7 @@
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef DragActions_h
@@ -38,7 +38,7 @@ namespace WebCore {
DragDestinationActionLoad = 4,
DragDestinationActionAny = UINT_MAX
} DragDestinationAction;
-
+
// WebCoreDragSourceAction should be kept in sync with WebDragSourceAction
typedef enum {
DragSourceActionNone = 0,
@@ -47,7 +47,7 @@ namespace WebCore {
DragSourceActionLink = 4,
DragSourceActionSelection = 8,
} DragSourceAction;
-
+
//matches NSDragOperation
typedef enum {
DragOperationNone = 0,
@@ -59,7 +59,7 @@ namespace WebCore {
DragOperationDelete = 32,
DragOperationEvery = UINT_MAX
} DragOperation;
-
+
}
#endif // !DragActions_h
« no previous file with comments | « Source/core/page/DOMSelection.cpp ('k') | Source/core/page/DragClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698