Sanitize files

This commit is contained in:
murgatroid99 2016-02-17 15:42:01 -08:00
parent c18334aa30
commit cb1676a943
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/*
*
* Copyright 2015, Google Inc.
* Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without

View File

@ -40,4 +40,4 @@ message LongValues {
message SequenceValues {
bytes bytes_field = 1;
repeated int32 repeated_field = 2;
}
}