Skip to content

Commit

Permalink
Cleanup: Convert tabs to spaces and remove trailing spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Degawa <ccom@randomderp.com>
  • Loading branch information
1480c1 committed Aug 26, 2019
1 parent a6bb74e commit 4b54b23
Show file tree
Hide file tree
Showing 219 changed files with 35,327 additions and 35,327 deletions.
4 changes: 2 additions & 2 deletions Config/SVTQPFile.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright(c) 2018 Intel Corporation
# Copyright(c) 2018 Intel Corporation
# SPDX-License-Identifier: BSD-2-Clause-Patent

#====================== QP File ======================
Expand All @@ -17,4 +17,4 @@
27
28
29
30
30
2 changes: 1 addition & 1 deletion NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Intel disclaims all express and implied warranties, including without limitation
The products and services described may contain defects or errors known as errata which may cause deviations from published specifications. Current characterized errata are available on request. No product or component can be absolutely secure.
This document contains information on products, services and/or processes in development. All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest forecast, schedule, specifications and roadmaps.
Intel, the Intel logo, Intel Core, Intel Xeon, and others are trademarks of Intel Corporation or its subsidiaries in the U.S. and/or other countries.
*Other names and brands may be claimed as the property of others.
*Other names and brands may be claimed as the property of others.
Copyright 2019 Intel Corporation
6 changes: 3 additions & 3 deletions Source/App/EbAppContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ typedef struct EbAppContext_s {
EB_BUFFERHEADERTYPE *streamBufferPool;
EB_BUFFERHEADERTYPE *reconBuffer;

// Instance Index
uint8_t instanceIdx;
// Instance Index
uint8_t instanceIdx;

} EbAppContext_t;

Expand All @@ -42,4 +42,4 @@ typedef struct EbAppContext_s {
extern EB_ERRORTYPE InitEncoder(EbConfig_t *config, EbAppContext_t *callbackData, uint32_t instanceIdx);
extern EB_ERRORTYPE DeInitEncoder(EbAppContext_t *callbackDataPtr, uint32_t instanceIndex);

#endif // EbAppContext_h
#endif // EbAppContext_h

0 comments on commit 4b54b23

Please sign in to comment.