Skip to content

Commit

Permalink
nm
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.pointclouds.org/pcl/trunk@4978 a9d63959-f2ad-4865-b262-bf0e56cfafb6
  • Loading branch information
rbrusu committed Mar 8, 2012
1 parent bd5b2c8 commit 0ef1046
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/src/nn_classification_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
#include <pcl/io/pcd_io.h>
#include <pcl/apps/vfh_nn_classifier.h>

int main (int argc, char* argv[])
int
main (int, char* argv[])
{
// Load input file
char* file_name = argv[1];
Expand Down

0 comments on commit 0ef1046

Please sign in to comment.