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:
parent
a074ac06ad
commit
bfab5fcf71
4 changed files with 0 additions and 7 deletions
|
@ -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]]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue