Fixed up code, made it prettier, it now follows the stylguide better and is more readable.


git-svn-id: https://robotics.mvla.net/svn/frc971/2013/trunk/src@4182 f308d9b7-e957-4cde-b6ac-9a88185e7312
diff --git a/971cv/src/org/spartanrobotics/receiveFromDS.cpp b/971cv/src/org/spartanrobotics/receiveFromDS.cpp
new file mode 100644
index 0000000..915db2b
--- /dev/null
+++ b/971cv/src/org/spartanrobotics/receiveFromDS.cpp
@@ -0,0 +1,8 @@
+//receives messages from the server that the vision code runs on the driver's station
+
+#include <stdio.h>
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+
+