make style more like Google style

This commit is contained in:
tqchen
2014-03-02 13:30:24 -08:00
committed by tqchen
parent 51b6d86c17
commit a8f69878eb
16 changed files with 32 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
#ifndef _XGBOOST_LINEAR_HPP_
#define _XGBOOST_LINEAR_HPP_
#ifndef XGBOOST_LINEAR_HPP
#define XGBOOST_LINEAR_HPP
/*!
* \file xgboost_linear.h
* \brief Implementation of Linear booster, with L1/L2 regularization: Elastic Net