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:
		@@ -33,6 +33,8 @@
 | 
			
		||||
// by hand. See the translator.README.txt file in the tools directory for
 | 
			
		||||
// more information.
 | 
			
		||||
//
 | 
			
		||||
// $hash=a2b3912f8188f19f3d5109aec1b1d03227e31429$
 | 
			
		||||
//
 | 
			
		||||
 | 
			
		||||
#ifndef CEF_INCLUDE_CAPI_VIEWS_CEF_MENU_BUTTON_DELEGATE_CAPI_H_
 | 
			
		||||
#define CEF_INCLUDE_CAPI_VIEWS_CEF_MENU_BUTTON_DELEGATE_CAPI_H_
 | 
			
		||||
@@ -61,13 +63,12 @@ typedef struct _cef_menu_button_delegate_t {
 | 
			
		||||
  // Called when |button| is pressed. Call cef_menu_button_t::show_menu() to
 | 
			
		||||
  // show the resulting menu at |screen_point|.
 | 
			
		||||
  ///
 | 
			
		||||
  void (CEF_CALLBACK *on_menu_button_pressed)(
 | 
			
		||||
  void(CEF_CALLBACK* on_menu_button_pressed)(
 | 
			
		||||
      struct _cef_menu_button_delegate_t* self,
 | 
			
		||||
      struct _cef_menu_button_t* menu_button,
 | 
			
		||||
      const cef_point_t* screen_point);
 | 
			
		||||
} cef_menu_button_delegate_t;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#ifdef __cplusplus
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user