diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-01-10 17:31:33 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2013-01-10 17:31:33 +0200 |
commit | 93ffe14a0ae32eeda8275f48106e76ecc650168d (patch) | |
tree | 27d9ac7d2b95428c0e26c92008e2dd23f767aad1 /generator/nanopb.proto | |
parent | bb5dc04584f4e147cf3c892ab004ecd36ba7642b (diff) |
Cleanup: get rid of unnecessary spaces
Diffstat (limited to 'generator/nanopb.proto')
-rw-r--r-- | generator/nanopb.proto | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/generator/nanopb.proto b/generator/nanopb.proto index e548a137..94ce7d9c 100644 --- a/generator/nanopb.proto +++ b/generator/nanopb.proto @@ -28,12 +28,12 @@ message NanoPBOptions { } // Protocol Buffers extension number registry -// -------------------------------- -// Project: Nanopb -// Contact: Petteri Aimonen <jpa@kapsi.fi> -// Web site: http://kapsi.fi/~jpa/nanopb -// Extensions: 1010 (all types) -// -------------------------------- +// -------------------------------- +// Project: Nanopb +// Contact: Petteri Aimonen <jpa@kapsi.fi> +// Web site: http://kapsi.fi/~jpa/nanopb +// Extensions: 1010 (all types) +// -------------------------------- extend google.protobuf.FileOptions { optional NanoPBOptions nanopb_fileopt = 1010; |