Skip to content

Commit fa7fda7

Browse files
committed
Make lint happy (> 80 characters)
1 parent db66432 commit fa7fda7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/caffe/layers/crop_layer.cu‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ void CropLayer<Dtype>::crop_copy_gpu(const vector<Blob<Dtype>*>& bottom,
3939
src_data, dest_data, is_forward);
4040
}
4141
} else {
42-
// We are at the last two dimensions, which are stored continuously in memory
43-
// With (N,C,H,W)
44-
// (0,1,2,3) cur_dim -> H
45-
// cur_dim+1 -> W
42+
// We are at the last two dimensions, which are stored continuously in
43+
// memory With (N,C,H,W)
44+
// (0,1,2,3) cur_dim -> H
45+
// cur_dim+1 -> W
4646
const int lines = top[0]->shape(cur_dim);
4747
const int height = top[0]->shape(cur_dim);
4848
const int width = top[0]->shape(cur_dim+1);

0 commit comments

Comments
 (0)