1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/tools/update-server
Zetok Zalbavar f3aa3073b0
Fix coding style and add copyright header
* added copyright header to src/platform/statusnotifier/enums.c
* 'switch(' → 'switch ('
* use Allman style

----
for / if / while / switch () {
 ↓
for / if / while / switch ()
{
----

----
for / if / while ()
{
    1_line;
}
 ↓
for / if / while ()
    1_line;

----

----
for / if / while ()
    1_line;
line_out_of_loop;
 ↓
for / if / while ()
    1_line;

line_out_of_loop;
----
2015-03-21 08:59:28 +00:00
..
qtox-updater-genflist Fix coding style and add copyright header 2015-03-21 08:59:28 +00:00
qtox-updater-sign Add qtox update-server tools 2014-11-09 18:04:00 +01:00
deployUpdateFTP_32.py Upload update FTP deployement scripts 2015-02-25 16:16:18 +01:00
deployUpdateFTP_64.py Upload update FTP deployement scripts 2015-02-25 16:16:18 +01:00
deployUpdateS3.py Update S3 update deploy script 2014-11-10 13:49:34 +01:00
genversion.sh Auto-updater: Check timestamps before updating 2014-11-13 14:42:26 +01:00