Skip to content

Commit

Permalink
CHROMIUM: Remove blank lines I added
Browse files Browse the repository at this point in the history
I incorrectly introduced blank lines when adding and removing the #line
directives.

BUG=b:384947688
TEST=git diff $upstream_commit

Change-Id: I0d38c970ee7b379b9015bf9fe36703fab05a7722
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/6107815
Reviewed-by: Keith Short <[email protected]>
Tested-by: Jeremy Bettis <[email protected]>
Commit-Queue: Jeremy Bettis <[email protected]>
  • Loading branch information
jeremybettis authored and Chromeos LUCI committed Dec 20, 2024
1 parent 0cc3475 commit e768620
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion include/zephyr/logging/log_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
*
* SPDX-License-Identifier: Apache-2.0
*/

#ifndef ZEPHYR_INCLUDE_LOGGING_LOG_CORE_H_
#define ZEPHYR_INCLUDE_LOGGING_LOG_CORE_H_

Expand Down
1 change: 0 additions & 1 deletion include/zephyr/logging/log_instance.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
*
* SPDX-License-Identifier: Apache-2.0
*/

#ifndef ZEPHYR_INCLUDE_LOGGING_LOG_INSTANCE_H_
#define ZEPHYR_INCLUDE_LOGGING_LOG_INSTANCE_H_

Expand Down
1 change: 0 additions & 1 deletion include/zephyr/logging/log_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
*
* SPDX-License-Identifier: Apache-2.0
*/

#ifndef ZEPHYR_INCLUDE_LOGGING_LOG_MSG_H_
#define ZEPHYR_INCLUDE_LOGGING_LOG_MSG_H_

Expand Down
1 change: 0 additions & 1 deletion kernel/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include <zephyr/logging/log.h>
#include <zephyr/pm/device_runtime.h>
#include <zephyr/internal/syscall_handler.h>

LOG_MODULE_REGISTER(os, CONFIG_KERNEL_LOG_LEVEL);

/* the only struct z_kernel instance */
Expand Down
1 change: 0 additions & 1 deletion kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
*
* SPDX-License-Identifier: Apache-2.0
*/

#include <zephyr/kernel.h>
#include <ksched.h>
#include <zephyr/spinlock.h>
Expand Down

0 comments on commit e768620

Please sign in to comment.