mirror of
https://github.com/transmission/transmission
synced 2025-01-01 12:35:22 +00:00
dadffa2c0f
This way all the qualifiers (`const`, `volatile`, `mutable`) are grouped together, e.g. `T const* const x` vs. `const T* const x`. Also helps reading types right-to-left, e.g. "constant pointer to constant T" vs. "constant pointer to T which is constant". |
||
---|---|---|
.. | ||
cli.c | ||
CMakeLists.txt | ||
Makefile.am | ||
transmission-cli.1 |