mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Add semantic patch to use 'unsigned int' instead of 'unsigned'
Add a very simple patch to enforce usage of 'unsigned int' instead of just 'unsigned' for the consistency through the whole source code.
This commit is contained in:
5
cocci/unsigned-int.spatch
Normal file
5
cocci/unsigned-int.spatch
Normal file
@@ -0,0 +1,5 @@
|
||||
@@
|
||||
@@
|
||||
|
||||
- unsigned
|
||||
+ unsigned int
|
Reference in New Issue
Block a user