/
niceSOFT
/
libssh2
Обзор
Документация
Войти
/
niceSOFT
/
libssh2
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
libssh2-1.2.1
HACKING
11 строк
206 B
Daniel Stenberg
always braces and else and brace on the same line removed
01 сен 2009, 11:42
01 сен 2009, 11:42
feadd5f
Код
Авторство
О чём код?
libssh2 source code style guide: - 4 level indent - spaces-only (no tabs) - open braces on the if/for line: if (banana) { go_nuts(); } - keep source lines shorter than 80 columns