[ObjC] Output directive to disable clang-format on generated files.

Regenerate the WKTs accordingly.
diff --git a/objectivec/GPBStruct.pbobjc.m b/objectivec/GPBStruct.pbobjc.m
index 726cfb8..3707178 100644
--- a/objectivec/GPBStruct.pbobjc.m
+++ b/objectivec/GPBStruct.pbobjc.m
@@ -1,6 +1,8 @@
 // Generated by the protocol buffer compiler.  DO NOT EDIT!
 // source: google/protobuf/struct.proto
 
+// clang-format off
+
 #import "GPBProtocolBuffers_RuntimeSupport.h"
 #import "GPBStruct.pbobjc.h"
 
@@ -295,3 +297,5 @@
 #pragma clang diagnostic pop
 
 // @@protoc_insertion_point(global_scope)
+
+// clange-format on