make style more like Google style

This commit is contained in:
tqchen
2014-03-02 13:30:24 -08:00
committed by tqchen
parent 7761d562b1
commit 2dd03b1963
16 changed files with 32 additions and 32 deletions

View File

@@ -3,8 +3,8 @@
* \brief this file defines some easy to use STL based class for in memory sparse CSR matrix
* \author Tianqi Chen: tianqi.tchen@gmail.com
*/
#ifndef _XGBOOST_MATRIX_CSR_H_
#define _XGBOOST_MATRIX_CSR_H_
#ifndef XGBOOST_MATRIX_CSR_H
#define XGBOOST_MATRIX_CSR_H
#include <vector>
#include <algorithm>
#include "xgboost_utils.h"