From 38e9b4f31891fecbb9c3799e8beb53b81f1f4202 Mon Sep 17 00:00:00 2001
From: Himanshu kohale <hkohale22@gmail.com>
Date: Mon, 1 Apr 2024 01:16:48 -0400
Subject: [PATCH] changes for code

---
 proposals/himanshuk.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/proposals/himanshuk.rst b/proposals/himanshuk.rst
index f407ace..b09c43f 100644
--- a/proposals/himanshuk.rst
+++ b/proposals/himanshuk.rst
@@ -58,7 +58,7 @@ BeaglBboneBlack support robotic-cape cape with librobotcontrol package due to cr
 as below is simple dts example for accesing GPIO's for blink LED's.
 since P9_12 supports the GPIO's functinoality as output signal. 
 
-.. code-block :: dts 
+.. code-block:: dts 
     /{
         compatible = "ti,BeaglBbone-Black";
         part-number = "DM-GPIO-TEST";
@@ -91,7 +91,7 @@ As in librobotcontrol there is no robotic cape dtb support for beaglebone-AI64 w
 
 How it will be possible, see an example for blink LEDs via device tree ovelay which is for GPIO's.
 
-.. code-block :: dts
+.. code-block:: dts
          &{/chosen} {
 	overlays {
 		BONE-LED_P8_03 = __TIMESTAMP__;
-- 
GitLab