From e4842a293b0946ade7908a39fe5e9fedbe5e3490 Mon Sep 17 00:00:00 2001 From: Danny Tuppeny Date: Thu, 11 Oct 2018 18:05:37 +0000 Subject: [PATCH] Remove extra spaces in headers Change-Id: I401ad4537e7a8c3ea4bc3f693cf45b5f7ef31267 Reviewed-on: https://dart-review.googlesource.com/c/79340 Commit-Queue: Danny Tuppeny Reviewed-by: Brian Wilkerson --- .../lib/lsp_protocol/protocol_generated.dart | 4 ++-- pkg/analysis_server/test/tool/lsp_spec/markdown_test.dart | 2 +- pkg/analysis_server/test/tool/lsp_spec/typescript_test.dart | 2 +- .../test/tool/lsp_spec/typescript_to_dart_test.dart | 2 +- pkg/analysis_server/tool/lsp_spec/codegen_dart.dart | 2 +- pkg/analysis_server/tool/lsp_spec/generate_all.dart | 6 +++--- pkg/analysis_server/tool/lsp_spec/markdown.dart | 2 +- pkg/analysis_server/tool/lsp_spec/typescript.dart | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pkg/analysis_server/lib/lsp_protocol/protocol_generated.dart b/pkg/analysis_server/lib/lsp_protocol/protocol_generated.dart index f15664b04096..45b003dc2e1f 100644 --- a/pkg/analysis_server/lib/lsp_protocol/protocol_generated.dart +++ b/pkg/analysis_server/lib/lsp_protocol/protocol_generated.dart @@ -1,8 +1,8 @@ -// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// This file has been automatically generated. Please do not edit it manually. +// This file has been automatically generated. Please do not edit it manually. // To regenerate the file, use the script // "pkg/analysis_server/tool/lsp_spec/generate_all.dart". diff --git a/pkg/analysis_server/test/tool/lsp_spec/markdown_test.dart b/pkg/analysis_server/test/tool/lsp_spec/markdown_test.dart index 38346abed189..23afacab2041 100644 --- a/pkg/analysis_server/test/tool/lsp_spec/markdown_test.dart +++ b/pkg/analysis_server/test/tool/lsp_spec/markdown_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. diff --git a/pkg/analysis_server/test/tool/lsp_spec/typescript_test.dart b/pkg/analysis_server/test/tool/lsp_spec/typescript_test.dart index f887bf18344e..f569da93a0e3 100644 --- a/pkg/analysis_server/test/tool/lsp_spec/typescript_test.dart +++ b/pkg/analysis_server/test/tool/lsp_spec/typescript_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. diff --git a/pkg/analysis_server/test/tool/lsp_spec/typescript_to_dart_test.dart b/pkg/analysis_server/test/tool/lsp_spec/typescript_to_dart_test.dart index 66aead539a33..f880ac3a8ffd 100644 --- a/pkg/analysis_server/test/tool/lsp_spec/typescript_to_dart_test.dart +++ b/pkg/analysis_server/test/tool/lsp_spec/typescript_to_dart_test.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. diff --git a/pkg/analysis_server/tool/lsp_spec/codegen_dart.dart b/pkg/analysis_server/tool/lsp_spec/codegen_dart.dart index 7609f70f7a3f..140dcd5bd491 100644 --- a/pkg/analysis_server/tool/lsp_spec/codegen_dart.dart +++ b/pkg/analysis_server/tool/lsp_spec/codegen_dart.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. diff --git a/pkg/analysis_server/tool/lsp_spec/generate_all.dart b/pkg/analysis_server/tool/lsp_spec/generate_all.dart index 64f1dcccced2..b46191e64c68 100644 --- a/pkg/analysis_server/tool/lsp_spec/generate_all.dart +++ b/pkg/analysis_server/tool/lsp_spec/generate_all.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. @@ -13,11 +13,11 @@ import 'markdown.dart'; import 'typescript.dart'; const _generatedFileHeader = ''' -// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// This file has been automatically generated. Please do not edit it manually. +// This file has been automatically generated. Please do not edit it manually. // To regenerate the file, use the script // "pkg/analysis_server/tool/lsp_spec/generate_all.dart". diff --git a/pkg/analysis_server/tool/lsp_spec/markdown.dart b/pkg/analysis_server/tool/lsp_spec/markdown.dart index 47738ae7617c..ae99df12fb3f 100644 --- a/pkg/analysis_server/tool/lsp_spec/markdown.dart +++ b/pkg/analysis_server/tool/lsp_spec/markdown.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. diff --git a/pkg/analysis_server/tool/lsp_spec/typescript.dart b/pkg/analysis_server/tool/lsp_spec/typescript.dart index a20522262a23..18a73b4a5065 100644 --- a/pkg/analysis_server/tool/lsp_spec/typescript.dart +++ b/pkg/analysis_server/tool/lsp_spec/typescript.dart @@ -1,4 +1,4 @@ -// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file +// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file.