1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-04-07 17:32:45 -04:00

Ruby: remove unnecessary comments

This commit is contained in:
Alex Kotov 2022-05-23 22:12:58 +03:00
parent a074ac06ad
commit bfab5fcf71
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
4 changed files with 0 additions and 7 deletions

View file

@ -1,5 +1,4 @@
# Copyright (c) 2014-2019 Marco Paland <info@paland.com>
# Author: Marco Paland (info@paland.com) PALANDesign Hannover, Germany
- result: ' 4232'
args: [['% d', 4232]]

View file

@ -1,8 +1,5 @@
# frozen_string_literal: true
# Copyright (c) 2014-2019 Marco Paland <info@paland.com>
# Author: Marco Paland (info@paland.com) PALANDesign Hannover, Germany
require 'spec_helper'
RSpec.describe KernAux, '.sprintf' do

View file

@ -4,8 +4,6 @@
* Tiny printf, sprintf and (v)snprintf implementation, optimized for speed on
* embedded systems with a very limited resources. These routines are thread
* safe and reentrant!
*
* Author: Marco Paland (info@paland.com) PALANDesign Hannover, Germany
*/
#ifdef HAVE_CONFIG_H

View file

@ -1,6 +1,5 @@
/**
* Copyright (c) 2014-2019 Marco Paland <info@paland.com>
* Author: Marco Paland (info@paland.com) PALANDesign Hannover, Germany
*/
#ifdef HAVE_CONFIG_H