소스 검색

Replace spaces with tabs in the SCSI2SD library

Morio 2 년 전
부모
커밋
fde8673391
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      lib/SCSI2SD/include/scsi2sd.h
  2. 1 1
      lib/SCSI2SD/src/firmware/config.h
  3. 1 1
      lib/SCSI2SD/src/firmware/inquiry.c
  4. 1 1
      lib/SCSI2SD/src/firmware/scsi.c

+ 1 - 1
lib/SCSI2SD/include/scsi2sd.h

@@ -1,5 +1,5 @@
 //	Copyright (C) 2014 Michael McMaster <michael@codesrc.com>
-//  Copyright (c) 2023 joshua stein <jcs@jcs.org>
+//	Copyright (c) 2023 joshua stein <jcs@jcs.org>
 //
 //	This file is part of SCSI2SD.
 //

+ 1 - 1
lib/SCSI2SD/src/firmware/config.h

@@ -1,5 +1,5 @@
 //	Copyright (C) 2013 Michael McMaster <michael@codesrc.com>
-//  Copyright (c) 2023 joshua stein <jcs@jcs.org>
+//	Copyright (c) 2023 joshua stein <jcs@jcs.org>
 //
 //	This file is part of SCSI2SD.
 //

+ 1 - 1
lib/SCSI2SD/src/firmware/inquiry.c

@@ -1,6 +1,6 @@
 //	Copyright (C) 2013 Michael McMaster <michael@codesrc.com>
 //	Copyright (C) 2019 Landon Rodgers  <g.landon.rodgers@gmail.com>
-//  Copyright (c) 2023 joshua stein <jcs@jcs.org>
+//	Copyright (c) 2023 joshua stein <jcs@jcs.org>
 //
 //	This file is part of SCSI2SD.
 //

+ 1 - 1
lib/SCSI2SD/src/firmware/scsi.c

@@ -1,5 +1,5 @@
 //	Copyright (C) 2014 Michael McMaster <michael@codesrc.com>
-//  Copyright (c) 2023 joshua stein <jcs@jcs.org>
+//	Copyright (c) 2023 joshua stein <jcs@jcs.org>
 //
 //	This file is part of SCSI2SD.
 //