Commit 1c22de31 authored by Greg Williams's avatar Greg Williams
Browse files

Added initial Kinetic protoc-c generated protocol buffers.

Cleaned up autogenerated protobufs and added beautify.sh script to use AStyle for beautification of source code.
parent b668e33d
Loading
Loading
Loading
Loading

beautify.sh

0 → 100755
+3 −0
Original line number Diff line number Diff line
#!/bin/sh
# Run astyle on all C files in all project source folders
astyle --style=allman --break-blocks=all --pad-oper --pad-header --unpad-paren --align-pointer=type --add-brackets --convert-tabs --lineend=linux --recursive ./src/*.c ./src/*.h ./include/*.h
+2618 −0

File added.

Preview size limit exceeded, changes collapsed.

+625 −0

File added.

Preview size limit exceeded, changes collapsed.