mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 21:42:43 +00:00 
			
		
		
		
	Everywhere: Remove needless trailing semi-colons after functions
This is a new option in clang-format-16.
This commit is contained in:
		
							parent
							
								
									aff81d318b
								
							
						
					
					
						commit
						c911781c21
					
				
					 243 changed files with 483 additions and 481 deletions
				
			
		|  | @ -207,8 +207,8 @@ public: | |||
|     [[nodiscard]] bool mmapped_from_readable() const { return m_mmapped_from_readable; } | ||||
|     [[nodiscard]] bool mmapped_from_writable() const { return m_mmapped_from_writable; } | ||||
| 
 | ||||
|     void start_handling_page_fault(Badge<MemoryManager>) { m_in_progress_page_faults++; }; | ||||
|     void finish_handling_page_fault(Badge<MemoryManager>) { m_in_progress_page_faults--; }; | ||||
|     void start_handling_page_fault(Badge<MemoryManager>) { m_in_progress_page_faults++; } | ||||
|     void finish_handling_page_fault(Badge<MemoryManager>) { m_in_progress_page_faults--; } | ||||
| 
 | ||||
| private: | ||||
|     Region(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy Flynn
						Timothy Flynn