1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/tools/update-server/qtox-updater-genflist
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
..
main.cpp Fix coding style and add copyright header 2015-03-21 08:59:28 +00:00
qtox-updater-genflist.pro Add qtox update-server tools 2014-11-09 18:04:00 +01:00
serialize.cpp Add qtox update-server tools 2014-11-09 18:04:00 +01:00
serialize.h Add qtox update-server tools 2014-11-09 18:04:00 +01:00