remove accidentally added empty line
authorJeff Donahue <jeff.donahue@gmail.com>
Fri, 14 Mar 2014 01:27:46 +0000 (18:27 -0700)
committerJeff Donahue <jeff.donahue@gmail.com>
Wed, 19 Mar 2014 19:37:31 +0000 (12:37 -0700)
include/caffe/layer.hpp

index ad36c82..c3a88d5 100644 (file)
@@ -34,7 +34,6 @@ class Layer {
   virtual void SetUp(const vector<Blob<Dtype>*>& bottom,
       vector<Blob<Dtype>*>* top) = 0;
 
-
   // Forward and backward wrappers. You should implement the cpu and
   // gpu specific implementations instead, and should not change these
   // functions.