Skip to content

Commit f89bebc

Browse files
committed
Update copyright and whitespace.
1 parent 1dd9dad commit f89bebc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cups/base.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// API versioning definitions for CUPS.
33
//
4-
// Copyright © 2021-2023 by OpenPrinting.
4+
// Copyright © 2021-2026 by OpenPrinting.
55
// Copyright © 2007-2019 by Apple Inc.
66
//
77
// Licensed under Apache License v2.0. See the file "LICENSE" for more
@@ -154,10 +154,12 @@ typedef int64_t ssize_t; // @private@
154154
# define _CUPS_NORETURN
155155
# endif // _CUPS_HAS_NORETURN
156156

157+
157158
//
158159
// Forward declare the ipp_t type that is shared accross headers
159160
//
160161

161162
typedef struct _ipp_s ipp_t; // IPP request/response data
162163

164+
163165
#endif // !_CUPS_BASE_H_

0 commit comments

Comments
 (0)