mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 14:00:18 +01:00
Replacement was done with command: spatch --sp-file nm_platform_get.cocci --in-place --smpl-spacing --dir src where nm_platform_get.cocci contains: @@ identifier func; expression list args; @@ - func (nm_platform_get()) + func (NM_PLATFORM_GET) @@ identifier func; expression list args; @@ - func (nm_platform_get(), args) + func (NM_PLATFORM_GET, args) |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Makefile.am | ||
| monitor.c | ||
| test-address.c | ||
| test-cleanup.c | ||
| test-common.c | ||
| test-common.h | ||
| test-general.c | ||
| test-link.c | ||
| test-nmp-object.c | ||
| test-route.c | ||