From e16045ed45f5a008f6fb2e32dd5f60a0ada347c3 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 12 Apr 2005 06:27:56 +0000 Subject: [PATCH] Align comments. --- src/Makefile.build | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Makefile.build b/src/Makefile.build index d4c6d65..df38777 100644 --- a/src/Makefile.build +++ b/src/Makefile.build @@ -31,11 +31,11 @@ devices_SRC += devices/disk.c # IDE disk device. devices_SRC += devices/intq.c # Interrupt queue. # Library code shared between kernel and user programs. -lib_SRC = lib/debug.c # Debug helpers. -lib_SRC += lib/random.c # Pseudo-random numbers. -lib_SRC += lib/stdio.c # I/O library. -lib_SRC += lib/stdlib.c # Utility functions. -lib_SRC += lib/string.c # String functions. +lib_SRC = lib/debug.c # Debug helpers. +lib_SRC += lib/random.c # Pseudo-random numbers. +lib_SRC += lib/stdio.c # I/O library. +lib_SRC += lib/stdlib.c # Utility functions. +lib_SRC += lib/string.c # String functions. # Kernel-specific library code. lib_kernel_SRC += lib/kernel/list.c # Doubly-linked lists. -- 2.30.2