fix whitespace error in HingeLossLayer
authorJonathan L Long <jonlong@cs.berkeley.edu>
Sat, 21 Jun 2014 21:08:15 +0000 (14:08 -0700)
committerJonathan L Long <jonlong@cs.berkeley.edu>
Sat, 21 Jun 2014 21:15:29 +0000 (14:15 -0700)
src/caffe/layers/hinge_loss_layer.cpp

index e47d3c9011455a27fd243813ca5f34be2a60a99a..fd00d8c693055defea3809f9bc07a225ac048ac1 100644 (file)
@@ -66,7 +66,7 @@ void HingeLossLayer<Dtype>::Backward_cpu(const vector<Blob<Dtype>*>& top,
     break;
   default:
     LOG(FATAL) << "Unknown Norm";
-  }  
+  }
 }
 
 INSTANTIATE_CLASS(HingeLossLayer);