1
0

Code style: Fixed braces on separate lines.

This commit is contained in:
madmaxoft
2014-07-19 15:23:40 +02:00
parent 822d83009d
commit 08748bafe2
14 changed files with 38 additions and 20 deletions

View File

@@ -30,7 +30,8 @@
#include <sstream>
#include <iostream>
extern "C" {
extern "C"
{
#include "zlib/zlib.h"
}