mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	Apply clang-format to all C, C++ and ObjC files (issue #2171)
This commit is contained in:
		| @@ -50,9 +50,7 @@ class CefDragDataImpl : public CefDragData { | ||||
|   bool HasImage() override; | ||||
|  | ||||
|   // This method is not safe. Use Lock/Unlock to get mutually exclusive access. | ||||
|   content::DropData* drop_data() { | ||||
|     return &data_; | ||||
|   } | ||||
|   content::DropData* drop_data() { return &data_; } | ||||
|  | ||||
|   void SetReadOnly(bool read_only); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user