From 42a0a2b37081d5b52e044e52e56b85a5bada39cc Mon Sep 17 00:00:00 2001 From: Jack Yu <455501914@qq.com> Date: Fri, 22 Jun 2018 00:23:15 +0800 Subject: [PATCH] Update test_pipeline.cpp --- Prj-Linux/lpr/tests/test_pipeline.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Prj-Linux/lpr/tests/test_pipeline.cpp b/Prj-Linux/lpr/tests/test_pipeline.cpp index 23816ff..d480aa7 100644 --- a/Prj-Linux/lpr/tests/test_pipeline.cpp +++ b/Prj-Linux/lpr/tests/test_pipeline.cpp @@ -1,5 +1,5 @@ // -// Created by 庾金科 on 23/10/2017. +// Created by Jack Yu on 23/10/2017. // #include "../include/Pipeline.h" @@ -196,4 +196,4 @@ int main() return 0 ; -} \ No newline at end of file +}