提交 f2961701 编写于 作者: L liuruilong

format files

上级 b91903f8
...@@ -51,14 +51,14 @@ struct PaddleMobileException : public std::exception { ...@@ -51,14 +51,14 @@ struct PaddleMobileException : public std::exception {
__FILE__, __LINE__); \ __FILE__, __LINE__); \
} }
#define PADDLE_MOBILE_ENFORCE(stat, ...) \ #define PADDLE_MOBILE_ENFORCE(stat, ...) \
{ \ { \
if (stat) { \ if (stat) { \
} else { \ } else { \
char buffer[1000]; \ char buffer[1000]; \
snprintf(buffer, sizeof(buffer), __VA_ARGS__); \ snprintf(buffer, sizeof(buffer), __VA_ARGS__); \
std::string detail(buffer); \ std::string detail(buffer); \
throw paddle_mobile::PaddleMobileException("paddle-mobile enforce", \ throw paddle_mobile::PaddleMobileException("paddle-mobile enforce", \
buffer, __FILE__, __LINE__); \ buffer, __FILE__, __LINE__); \
} \ } \
} }
......
...@@ -18,8 +18,8 @@ limitations under the License. */ ...@@ -18,8 +18,8 @@ limitations under the License. */
#include <vector> #include <vector>
#include "framework/operator.h" #include "framework/operator.h"
#include "framework/program/program_desc.h"
#include "framework/program/program-optimize/node.h" #include "framework/program/program-optimize/node.h"
#include "framework/program/program_desc.h"
namespace paddle_mobile { namespace paddle_mobile {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册