expo: Tidy up scene_txt_render()
authorSimon Glass <sjg@chromium.org>
Fri, 2 May 2025 14:46:39 +0000 (08:46 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 30 May 2025 08:49:32 +0000 (09:49 +0100)
commit589e4ccacfc6ef347a78386b8bedc666911e9c4c
tree62beef135dbc1addc40ce326732ee45d667ba5df
parentead673dd24e2c965b8e222d5e866f1d94aeb69b5
expo: Tidy up scene_txt_render()

Add an early return if there is no string. Move all declarations to the
top of the function.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/scene.c