indent: Update the gst-indent file
authorGeunsik Lim <geunsik.lim@samsung.com>
Thu, 14 May 2020 01:34:49 +0000 (10:34 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 14 May 2020 07:08:51 +0000 (16:08 +0900)
This commit is to update the below contents in the 'gst-indent' file.

**Changelog**
 * Fixed typo
 * Declared a default shell script (e.g., bash) with Linux shebang line

Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
tools/development/gst-indent

index fdfec72..9375739 100755 (executable)
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!/usr/bin/env bash
 #
-# Check that the code follows a consistant code style
+# Check that the code follows a consistent code style
 #
 
 # Check for existence of indent, and error out if not present.