1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-01 12:35:22 +00:00
transmission/cli
Mike Gelfand dadffa2c0f Align type qualifiers to the right (code style)
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".
2017-04-20 19:53:20 +03:00
..
cli.c Align type qualifiers to the right (code style) 2017-04-20 19:53:20 +03:00
CMakeLists.txt Add version info to executables (on Windows). Group projects into folders (CMake). 2015-04-14 22:46:40 +00:00
Makefile.am #4400: Add CyaSSL support 2015-01-07 02:04:08 +00:00
transmission-cli.1 Add myself to the list of Transmission authors 2017-01-15 01:38:45 +03:00