aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/namespaces.c
Commit message (Collapse)AuthorAge
* restrict-namespaces testingLibravatar smitsohu2023-03-02
|
* test/filters/namespaces.c: use tabs for indentationLibravatar Kelvin M. Klann2023-02-20
| | | | | | | | | | | | | | | | | | This appears to be the only C file in the repository that uses spaces for indentation. Commands used to check for the above: $ git grep '^ ' -- '*.c' '*.h' Commands used to search and replace: $ f=test/filters/namespaces.c; printf '%s\n' \ "$(sed 's/ /\t/g' "$f")" >"$f" Note: The mmap call was aligned manually. Added on commit 5116c1ced ("testing", 2022-12-24).
* testingLibravatar smitsohu2022-12-24